Author: Adam
There’s Something About the Rain
While everyone loves a sunny day, there’s something about the dark clouds and the rain that really brings things into focus. Everything seems greener, the colors seem richer.
Parsing Strings into Different Data Types
There are two fundamental things to understand about parsing strings. Unless another program is making the string that you’re parsing, things can always go awry (and a program may not always make it correctly...
Should we teach Unit Testing Along with Programming?
Why are we still teaching programming without teaching unit testing? Do we ever want quality code?