Software Engineering
Software Engineering is a disciplined approach to the design, production, and maintenance of computer programs that are developed on time and with cost estimates, utilizing tools that help to manage the size and complexity of the resulting software products.
-Dale, Nell and Susan C. Lilly, Pascal Plus Data Structures, 1991.
If our goal is to develop quality software, we should make sure our software
- works.
- can be read and understood.
- can be modified, if necessary, without excruciating time and effort.
- is completed on time and within budget.
To accomplish these requirements, we must follow these steps:
- Write a detailed specification
- Solve the problem
- Use step-wise refinement or top-down design.
- Develop efficient algorithms
- Select proper data structures.
- Implement the solution
- Use external documentation
- Use internal documentation
- Comments
- Self-documenting code
- Program structures
- Style
- Use constants
- Complete on schedule
Continue to: Unit 1
/ Prev
/ Next