For many years (more than I care to remember) I have continually written code to provide command-line behavior over and over again. On occasion I would get fancy in one project or another and build something sorta-generic; however, every time it came to creating the next command-line tool I started from scratch. Finally I said [...]
Oct 062009
Mar 112009
I so often see numerous projects online that fail to validate input arguments in C#. Back in the early days of C++ this was not only common, but often required by employers. What happened? Did we just become so lazy that we’d rather recieve a null reference exception or index out of range instead of actually [...]