Specifically, I'm concerned about ".<>". What is that? I guess it's a namespace, and so it's an empty one. That just seems wrong... like D having "x..y" or "x.!()y", which it definitely doesn't have.

-[Unknown]


Christopher Wright wrote:
Unknown W. Brackets wrote:
I read until I hit this:

   4.     if (<Main>o__SiteContainer0.<>p__Site1 == null)

And I was suddenly hit with a huge feeling of "I'm glad D doesn't look like this." Seriously, I hope this is some sort of decompiled syntax and not actually valid.

It's decompiled: "This is where our friend Reflector comes in."

It's also probably valid. However, no sane person would write that way, so it's not a huge issue. You can do similarly ugly things in D.

Reply via email to