There are a number of good reasons to document your code, and a number of aspects of it that can be 640-822 documented. Documentation provides you with a shortcut for obtaining an overview of the system or for understanding the code that provides a particular feature.
The purpose of comments is to explain and clarify the source code to anyone examining it (or just as a reminder to yourself). Good commenting conventions are essential to any non-trivial program so that a person reading the code can understand what it is expected to do 642-426 and to make it easy to follow on the rest of the code. In the next topics some of the most How? and When? rules to use comments will be listed for you.
Documentation of programming is essential when programming not just just in C++, but in any programming language. Many companies have moved away from the idea of "hero programmers" 642-523 (i.e., one programmer who codes for the entire company) to a concept of groups of programmers working in a team. Many times programmers will only be working on small parts of a larger project. In this particular case, documentation is essential because:
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment