Content deleted Content added
m linking |
→Software architecture: In the last block, every other (!) sentence qualifies itself with an 'arguably' — naturally, in lieu of citations. |
||
Line 76:
===Software architecture===
{{main|Decomposition (computer science)}}
{{weasel}}
Functional Decomposition is a design method intending to produce a non-implementation, architectural description of a computer program. Rather than conjecturing Objects and adding methods to them ([[Object-oriented programming|OOP]]), with each Object intending to capture some service of the program, the software architect first establishes a series of functions and types that accomplishes the main processing problem of the computer program, decomposes each to reveal common functions and types, and finally derives Modules from this activity.
|