Darian Miller
Delphi Programming Best Practices – Avoid WITH Statements There have been many discussions over the years about using WITH statements in your Pascal code. We just had another short with-related discussion on the Delphi Programmers… … Read more
4 months ago in Best practices, Delphi Programming0
Bruce McGee
“Better safe than sorry” I recently learned that March 31st is World Backup Day. If I were a cynical person, I might assume that this is just a fake holiday invented by Big Storage to… … Read more
2 years ago in Backups, Best practices, Disaster Recovery0
Bruce McGee
One of the advantages of using a modern compiler is that it can generate hints and warnings that suggest improvements or highlight potential bugs in your code. Well worth paying attention to. This post was… … Read more
3 years ago in Best practices, Delphi0
gabr42
When writing libraries you sometimes want to provide users (that is, programmers) with a flexible API. If a specific part of your library can be used in different ways, you may want to provide multiple… … Read more
6 years ago in Best practices, compiler, Delphi, language, operators, programming0