Environment

Environment variables and macros in Delphi

Environment variables are strings defined by the IDE. Each environment variable serves a specific purpose. Some of them are fixed, others are changed dynamically depending on what/how you are compiling your project. For example, they provide dynamic paths that influence where files are stored, define default locations for binaries, define how projects are built, and […]

Environment variables and macros in Delphi Read More »

Too many programmers don’t understand exceptions. Do you?

I am still amazed to see how many (even seasoned) Delphi programmer don’t understand exceptions. This post starts from a nice video posted by the Silver Coder. He states that exceptions are not the best idea and the reason mentioned in the short video is that try/except makes the code slow and difficult to read.

Too many programmers don’t understand exceptions. Do you? Read More »

Scroll to Top