On Comments
One way or another, all programmers eventually
learn the importance of commenting their code. The importance of clear
documentation increases with the size of the team and the complexity of the
project. Ideally, the code will not only be documented but unit tested as well.
Here's an example of what happens when, for one reason or another, we let
ourselves be less than thorough...
Posted at 05:07 PM
Read More
ListView Tooltips for SubItems
I don't say much about my .NET work here,
sometimes because the nature of that work is proprietary, but usually because
there's so much about .NET already on the web that it'd just be redundant. I had
a hard time finding out exactly how .NET 2.0 supported tooltips for ListView
subitems, though, so I thought I'd put a small blurb on the web for the benefit
of others...
Posted at 10:34 AM
Read More