Browsing index pages (2 articles)
↧
TextReader.TryReadLine And Idiomatic Code
Today I reread a post by Eric Lippert on High Maintenance code. It’s an interesting read in general, but some of the comments got me thinking about idioms in code. The discussion started with this bit...
View ArticleElegant Inline Debug Tracing
As much fun as it is to step through code with a debugger, I usually prefer to use System.Diagnostics.Debug and Trace with DebugView to see what’s happening in realtime. This is particularly handy to...
View Article
Browsing index pages (2 articles)