Activity: Develop Programming Guidelines
You should specify, or use a preexisting programming guideline (a language style guide) to achieve a homogeneous implementation. There are several guides of this type in circulation for languages such as C++, Smalltalk-80, and Ada. On the Rational Unified Process web homepage, you can find ready-to-use programming guidelines, for C++ and Ada. The style guide should specify how to present code layout and commenting, how to use naming conventions, and how to use language features. It should also describe precautions regarding certain language features. Document in the Artifact: Programming Guidelines, all decisions All decisions made regarding guidelines and strategies for use-case modeling. |
|
|