Today's code, at first, just looks like using literals instead of constants. Austin sends us this ..
"Boy, stringly typed data is hard to work with. I wish there were some easier way to work with it!" This, ..
DZ's tech lead is a doctor of computer science, and that doctor loves to write code. But you already ..
It takes a lot of time and effort to build a code base that exceeds 100kloc. Rome wasn't built in a day; ..
A common class of bad code is the code which mixes server side code with client side code. This kind ..
Today's Anonymous submitter was reviewing some C++ code, and saw this perfectly reasonable looking ..
Now, I would argue that the event-driven lifecycle of ASP .Net WebForms is a bad way to design web applications. ..
Mark was debugging some database querying code, and got a bit confused about what it was actually doing. ..
You know what definitely never changes? Shipping prices. Famously static, despite all economic conditions ..
Singletons is arguably the easiest to understand design pattern, and thus, one of the most frequently ..