- Feature Articles
- CodeSOD
- Error'd
- Forums
-
Other Articles
- Random Article
- Other Series
- Alex's Soapbox
- Announcements
- Best of…
- Best of Email
- Best of the Sidebar
- Bring Your Own Code
- Coded Smorgasbord
- Mandatory Fun Day
- Off Topic
- Representative Line
- News Roundup
- Editor's Soapbox
- Software on the Rocks
- Souvenir Potpourri
- Sponsor Post
- Tales from the Interview
- The Daily WTF: Live
- Virtudyne
Admin
Admin
Admin
The funny thing is that one of his favorite books says the exact opposite.
Admin
Yes, and they had to do it barefoot, in the snow, going uphill both ways.
Admin
Discourse makes it hard to read comments, but that's because of Discourse, not because of not registering.
What the fuck difference would it make? The spammers who advertise stolen credit cards are registered. Fine, let 90% of your readers find other sites. But why stop there? Why not let 100% of your readers find other sites?Volunteers are volunteers, I can't complain if this site 90% goes away or 100% goes away, I only genuinely wonder why you wish to do it.
Admin
Has that discourse nonsense stopped yet? Can I come out of the closet?
Admin
Can't those "properties" be stored as XML in a database?
Admin
Custom enums are fine. No need to overcomplicate things if not absolutely necessary.
Admin
Admin
C++11 has type-safe enums now.
C++11: The Features Every Other Programming Language Had Fifteen Years Ago, Today!
Admin
Admin
I'm not allowed to attach any USB devices to my computer.
Admin
Because they actually pay the software developers OT. :)
Admin
exactly the point i was going to make :) not something i would (or have) used a lot, but could be the intention
Admin
News at 11.
Admin
"Please stop using discourse!" Seconded
Admin
Another vote for abandoning discourse.
If nothing else, the fact the discussion page and article page are no longer attached is annoying - why can't I see both inline like it is now?
Admin
Honestly I don't like the name Enumeration since it can lead to confusion. Also it's not clear from what's written why they opted to use this pattern.
That said there are framework enumerations like StringComparer that can serve as examples where there's a thing that looks like an enumeration but isn't and there are good reasons behind it.
Admin
There is excellent book called "Category Theory" by Awodey, which explains everything about adjunctions.
Admin
Enums are in Java now, but there is a lot of legacy code out there written before Java had enums.
Admin
"They had rolled their own enum. Try as he might, Nathan could not even begin to point out the number of things wrong with this."
You missed a chance for a pun. Here, I will fix it for you:
"They had rolled their own enum. Try as he might, Nathan could not even begin to enumerate the number of things wrong with this."
Admin
There's (almost) nothing you can't accomplish using custom attributes and extension methods.