Functional decomposition: Difference between revisions

Content deleted Content added
Software architecture: Remove EMACS example. It's OR. It's not even close to reality, as discussed on LambdaTheUltimate
Software architecture: Remove misleading statement about OOP
Line 42:
{{main|Structure chart}}
{{weasel section|date=September 2019}}
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, theThe 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.
 
===Signal processing===