Posts
-
Why You Should be Using Interfaces and not Direct References
I’ve been going on and on about how you should be coding against abstractions and not implementations.
-
Delphi Pretty Good Practices
This article was originally published on Mon, 04/19/2010 - 16:38 on my Embarcadero blog.
-
Delphi Pretty Good Practices
Okay, hopefully by now you’ve read the introduction of this series, and you’ve downloaded (or better yet, pulled from source control) the latest versi...
-
Delphi Pretty Good Practices
This post was originally made on Fri, 04/23/2010 - 14:35 on my Embarcadero blog.
-
Delphi Pretty Good Practices
This page was orginally published on Wed, 05/05/2010 - 10:29 on my Embarcadero blog.
-
Delphi Pretty Good Practices
If there is a bedrock, bottom line, everyone-should-follow-it-all-the-time rule in programming it is “The DRY Principle” – Don’t Repeat Yourself.
-
Delphi Pretty Good Practices
If there is a bedrock, bottom line, everyone-should-follow-it-all-the-time rule in programming it is “The DRY Principle” – Don’t Repeat Yourself.
-
Dependency Injection Series
Update in July, 2012 : This series of articles was written using an early version of the framework.
-
Fun With Testing DateUtils.pas
Note: This is a "reprint" of content from my blog on Embarcadero.com when I was working there.
-
Fun With Testing DateUtils.pas
Okay, so when we last left off, IncMillisecond was still failing in certain circumstances. Let’s take a look at that.