Don’t Repeat Yourself

Free source code line counter for Coldfusion (and most other languages)

Hopefully gone are the days when programmers work was measured in the number of lines of code they produced!  Any programmer knows this is in fact entirely the worst possible measurement of a programmers skill, the same result in half the code almost invariably means better, more easily maintained code. Every so often howevert it’s [...]

Snippets in Eclipse

Snippets in eclipse can be one of the greatest incremental time savers  for a developer.  While you DRY principle (Don’t Repeat Yourself), there are somethings, in particular custom function calls or calls to objects/methods that you simply cannot avoid repeating.  Save yourself time and boost your accuracy using snippets in Eclipse.  I’ve separated out the types [...]