Making Wrong Code Not Compile
The advantage of a strongly typed language like Delphi is you can use the compiler to help find a lot of bugs.
Codefez > Home > Making Wrong Code Not Compile
In fact, I'd have to say that if you have "primitive data" that has other attributes or properties, or that is constrained in some way, then it should be an object, an instance of a class that you write to enforce the constraints, etc. Let the compiler take the heavy load of making sure you use the data properly, not some wacky naming convention.
In fact, I'd have to say that if you have "primitive data" that has other attributes or properties, or that is constrained in some way, then it should be an object, an instance of a class that you write to enforce the constraints, etc. Let the compiler take the heavy load of making sure you use the data properly, not some wacky naming convention.