Tag Archives: C#
Coding Without A Net
I recently imposed on myself the constraint of coding without comments. Why?
* Comments rust faster than code, even when you’re careful
* Well written code can be read, and comments are annoying footnotes
* Comments make for lazy coding
Continue reading
Events and Delegates Under The Hood – Q&A
In the comments from this morning’s post, Andrew raised two questions important enough that I wanted to answer them in a post, rather than in comments…. [In the original version of the posting] you had some code showing that you … Continue reading
Events and Delegates Under The Hood – Reposted
Many programmers come to Silverlight with little prior experience with C#, and thus conceptualize events as a response to an action that is “hooked up” using somewhat arbitrary syntax. All of that is fine, until it isn’t, and so this … Continue reading