Update GUIDELINES.md
This commit is contained in:
parent
782c2f51e4
commit
7edca6abff
1 changed files with 2 additions and 4 deletions
|
@ -1,9 +1,7 @@
|
||||||
# CS445: Software Engineering Guidelines
|
# CS445: Software Engineering Principles
|
||||||
|
|
||||||
*A portion of your team's final project will be graded against these guidelines and specifications*
|
|
||||||
|
|
||||||
1. Software breaks at the interfaces
|
1. Software breaks at the interfaces
|
||||||
* If you don't do a system architectural design with well-defined interfaces, integration will be a big mess.You must have some external system architecural design that is kept up to date with your current architecture.
|
* If you don't do a system architectural design with well-defined interfaces, integration will be a big mess. You must have some external system architecural design that is kept up to date with your current architecture.
|
||||||
|
|
||||||
2. Good software is in your head, not the computer
|
2. Good software is in your head, not the computer
|
||||||
* Design, Design, Design, then design some more. You should spend at least as much time designing your code, before you write a single line, as you will spend coding.
|
* Design, Design, Design, then design some more. You should spend at least as much time designing your code, before you write a single line, as you will spend coding.
|
||||||
|
|
Loading…
Reference in a new issue