Today I was reading a few blogs and questions on various forums. This made me thinking about writing some parial answers to this question: How to write a good application using Delphi?
Separate as much as possible the user interface from the processing
Encapsulate every processing in a class (or component)
Use events to free your classes from things that can change
One big mistake the newbie
↧