Software implementation
Software implementation can not be separated from programming language selection programming language to pay attention to the application of software fields, user requirements, system compatibility, portability, development environment.
Coding inseparable from the programming specifications, first of all to pay attention to the name and organization of the file, the layout of the code, where the layout should be noted that there are 1 appropriate line 2 lines of code and lines of space 3 branches on it and indentation, 4 also pay attention to the naming rules
declarations and comments.
The article also introduces the software coding example analysis, the main problems are program annotation problems, variable naming problems, memory anomalies problems, such as memory problems should be aware of memory leaks, pointer parameter problems, wild pointer problems.
In addition to pay attention to exception handling problems, performance issues, etc.
In addition to coding, there is also a review of software code to be aware of.
Introduction to Software Engineering Nineth Chapter