blogged find better blogs
HomeTechnologyEntertainmentSportsPoliticsBusinessHumorWorld NewsLifestyleDirectoryMore Topics
Blog Detail
Fabulous Adventures In Coding

Eric Lippert's blog.
Fabulous Adventures In Coding Blog  
Related Blogs
previous blog next blog

1 Users are Following

8.3
great
based on editor's review


recent postsrss feed

The Purpose, Revealed

Nov 25, 2009
Interestingly enough, no one correctly guessed why I needed code in the compiler to transform a method argument list into a form that batched up the side effecting expressions, stuck their values in variables, and then called the method with the...

Always write a spec, Part Two

Nov 23, 2009
Upon submitting that specification for review, even before seeing my code, Chris found a bug and an omission. The omission is that I neglected to say what happens when the ref variable is an index into a fixed-size array buffer. As it turns out,...

Always write a spec, part one

Nov 19, 2009
Joel had a great series of articles many years ago about the benefits of writing functional specifications, that is, specifications of how the product looks to its users. I want to talk a bit about technical specifications, that is, a specification of...

Closing over the loop variable, part two

Nov 16, 2009
Thanks to everyone who left thoughtful and insightful comments on last week's post. More countries really ought to implement Instant Runoff Voting; it would certainly appeal to the geek crowd. Many people left complex opinions of the form "I'd...

Closing over the loop variable considered harmful

Nov 12, 2009
I don't know why I haven't blogged about this one before; this is the single most common incorrect bug report we get. That is, someone thinks they have found a bug in the compiler, but in fact the compiler is correct and their code is wrong. That's a...


Comments & Reviews:
Be the First to Review this Blog!