Best Coding Practices Visual Basic 6
It is up to you to follow following practices. Avoid magic numbers when you can: These are numbers which are hardcoded in your program. Be modular: Putting code and data together into modules hides it from the rest of the program, makes it easier to debug, makes it easier to work with conceptually and even … Read more