January 16, 2007
I needed to communicate with a web server that requires an SSL connection yet does not have a valid SSL cert.
Read the full article →
January 6, 2007
I ran across a generally excellent essay by Michael Feathers on what he calls Offensive Coding. The essence of his argument is that if you find yourself frequently writing defensive code (he uses checking for null as an example), the root cause may be that the code you’re working on is called by offensive code. In other words, code that forces you to write defensively.
Read the full article →