Category: Delphi

Posts about Delphi

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 #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

Fun With Testing DateUtils.pas #6

  Okay, so when we last left off, IncMillisecond was still failing in certain circumstances.  Let’s take a look at that.  Note, too, that I have this crazy notion that if you have a function called IncMillisecond, then it should be able to, you know, increment a millisecond.   Here is the IncMilliseconds that you…

Read the full article

Fun With Testing DateUtils.pas #5

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 when I left you hanging in the last post, I promised I’d explain what was up with…

Read the full article

Fun With Testing DateUtils.pas #2

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. First of all, thanks for the help improving the CreateRandomDate function.  I confess that I didn’t spend enough time…

Read the full article

About This Blog

I am pretty surprised at how little effort it took to get this site up and running.  From start to finish, including research, set up, and deploying took a Sunday afternoon.  Here are a few notes about the site. Why? Well, having your own blog with your own name in the domain is pretty cool.…

Read the full article