Viewing Category
Visible By Administrators Only

Entries for the 'Programming' Category

Module verses a Class

A Visual Basic 6 Module was a popular tool to create a library (if you will) of global routines and variables that you would want to access  from...

Posted by Dan Rowe on Monday, March 30, 2009   Tags Programming

Dated Comments in your Code

So yesterday I was asked Why I use the format of year month day in my code comments such as DTR 090318. So my Brain starts spinning as I say to myself...self, why do I do that....

Posted by Dan Rowe on Wednesday, March 18, 2009   Tags Programming