Changes between Version 1 and Version 2 of Design


Ignore:
Timestamp:
Jun 30, 2006, 3:11:20 PM (18 years ago)
Author:
soujak
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Design

    v1 v2  
    11 = Modules design =
    2 As mentioned above, what is needed in large-scale programming is a comprehensive
    3 '''view''' of function relationship, which permits engineering enhancements, such
    4 as improvement of function interaction in order to avoid code redundancy.
     2Complex projects implementation must depend from a good design, which become
     3a cornerstone for development with low-level programming language. A functional
     4approach in phase of designing permits to reduce side-effects and to increase the
     5developers' mastery of the code. What is needed in large-scale programming is a
     6comprehensive '''view''' of function relationship, which permits engineering
     7enhancements, such as improvement of function interaction in order to avoid code
     8redundancy.
    59
    610== Phase 1 ==