Author: nickhodges@gmail.com

Delphi Pretty Good Practices #1

This article was originally published on Mon, 04/19/2010 – 16:38 on my Embarcadero blog. A while back someone (I can’t remember who, sadly, sorry to the person who made the suggestion…) suggested that someone do a series of articles about “the best practices on how to develop a Delphi application”.  That’s a good idea.  There…

Read the full article

Dependency Injection Series

Update in July, 2012:  This series of articles was written using an early version of the framework.  Therefore, much of the code I posted might not compile or make sense.  But the lessons here are all still the same. I have written a series of articles on Dependency Injection with the Delphi Spring Framework.  I’ve…

Read the full article

Fun With Testing DateUtils.pas #8

Note: This is a “reprint” of content from my blog on Embarcadero.com when I was working there.  They’ve since shut down my blog and the content is gone.  I’m republishing it here.  See the main article for more information. Okay, first up:  I’ve put the tests and updates for DateUtils.pas on CodeCentral.  So far, I’ve…

Read the full article

Fun With Testing DateUtils.pas #7

Note: This is a “reprint” of content from my blog on Embarcadero.com when I was working there.  They’ve since shut down my blog and the content is gone.  I’m republishing it here.  See the main article for more information. Okay, so after that last post, and after all the fixes that I did, things have settled down a…

Read the full article