Category: code review
This is a code change that I observe today. It has been in the codebase for a long time, and I find it interesting to talk about it. The …
There was a time that a bug was assigned to me saying that my module was slow as hell. I did profile my module (Delphi Native Win32 DLL Module) …
Fixinsight is a good Delphi static code analyser. It is easy to use and well integrated into the Delphi IDE. It supports up to the latest releases of Delphi, …
We have switched from SVN to Git for nearly a month and things change very differently. Here are the things I love most about using git and code review. …
The more code we write, more experience we have so less errors we make in the software development. However, this does not mean that you should write more code …