From a StackOverflow question about a freezing Delphi application, I posted some experiment-based debugging tricks.
May help any developer in his/her fight against random bugs...
To content | To menu | To search
2011, Thursday October 27
By A.Bouchez on 2011, Thursday October 27, 05:17 - Pascal Programing
From a StackOverflow question about a freezing Delphi application, I posted some experiment-based debugging tricks.
May help any developer in his/her fight against random bugs...
2011, Thursday June 16
By A.Bouchez on 2011, Thursday June 16, 21:55 - Pascal Programing
After a question on StackOverflow, I wanted to comment about the speed of generated code by diverse Delphi compiler versions.
Since performance matters when we write general purpose libraries like ours, we have some feedback to propose:
2011, Thursday April 14
By A.Bouchez on 2011, Thursday April 14, 05:34 - Open Source libraries
Logging is everything... unless you never wrote a bug in your program!

Let us introduce a new logging class:
2010, Friday July 23
By A.Bouchez on 2010, Friday July 23, 15:35 - Pascal Programing
Automated Unit Testing is a great improvement in coding safe applications.
If you don't know about it, visit http://xprogramming.com/index.php then come back here, and you'll discover how we implement unit testing in a KISS way, in pure Delphi code.