Programming Guidelines
Programming Guidelines
XI-IP
Introduction
• Programming guidelines provides a very
comfortable feel to the programmer to develop
applications without getting into complicated and
cumbersome logic and command.
• It helps to utilize GUI tools to develop programs for
various application in efficient and effective
manner.
Application Development Guidelines :
• Error free coding.
• Meaningful names for identifiers.
• Clarity of expressions and structures.
• Use of comments and indentation.
• Insert blank lines and blank spaces.
• Statement formatting style.
Characteristics of good program:
• Effective and efficient.
• Reliable.
• Portable
• Self documenting code.
• User friendly
Stages of GUI Development
Stages of GUI Development Process:
• Analysis – Understanding the problem,
identify the requirements .
• Design – Planning of step-by-step procedures
required to solve a given problem.
– Input
– Output
– User Interface
– Modular Components
– Algorithms
Stages of GUI Development Process:
• Coding – Actual writing of programs using
appropriate, optimum and easy
understandable code.