This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
eiffel:sdd:start [2018/01/28 22:39] jonathan |
eiffel:sdd:start [2018/01/28 22:40] (current) jonathan |
||
---|---|---|---|
Line 5: | Line 5: | ||
* [[https://www.eiffel.org/doc/eiffelstudio/Diagram%20tool|Using EiffelStudio IDE]] to produce BON class diagrams from the program text (automatically) | * [[https://www.eiffel.org/doc/eiffelstudio/Diagram%20tool|Using EiffelStudio IDE]] to produce BON class diagrams from the program text (automatically) | ||
* [[http://seldoc.eecs.yorku.ca/doku.php/eiffel/faq/bon|BON template]]. A template for producing high quality BON class diagrams (in detail with contracts) for import into Word. | * [[http://seldoc.eecs.yorku.ca/doku.php/eiffel/faq/bon|BON template]]. A template for producing high quality BON class diagrams (in detail with contracts) for import into Word. | ||
- | * A Word template for documenting the design of your software is provided at the bottom of this page. The above facilities are useful producing professional high quality documentation with clear images and accurate representations of the program text in differing views. | + | * A Word template for documenting the design of your software is provided at the bottom of this page. The above facilities are useful for producing professional high quality documentation with clear images and accurate representations of the program text in differing views. |
Software design is a process by which the software requirements are translated into a representation of software components, interfaces, and data necessary for the implementation phase. The SDD describes how the software system will be structured to satisfy the requirements. | Software design is a process by which the software requirements are translated into a representation of software components, interfaces, and data necessary for the implementation phase. The SDD describes how the software system will be structured to satisfy the requirements. |