Back to category: Technology

Limited version - please login or register to view the entire paper.

Programming procedures

Programming procedures allow programming practices to become standardized. This enables a programmer to quickly come up to speed when troubleshooting and making modifications to an existing application. Programming guidelines should contain scheduling requirements, a quality checklist, and some general design guidelines. The components included in a programming procedure not only enable a programming team to build a more robust application but also save costly maintenance time when the application crashes or has enhancements that need to be incorporated.

2. Code Standards

Code standards are a critical part of programming, especially when a program is being developed by a team. A variable naming conventions allows variables to be named in a format that is consistent and definitive. The Hungarian variable naming convention consists of small lower-case prefixes added on to a variable name with the first letter of words capitalized.






A naming convention must also be...

Posted by: Quentina Green

Limited version - please login or register to view the entire paper.