Software Engineering Portal
data/lecture/information/database/sql-basics.lecture.n.md
1Introduction
Software engineering is the discipline of systematically eliciting requirements and conducting design, implementation, testing, operation, and maintenance. It integrates techniques such as algorithms, data structures, and databases into sustainable systems that satisfy user requirements.
This portal relates design for change, quality evaluation through testing, and post-deployment maintenance as parts of one lifecycle.
2Learning Sequence
- Define what the software must achieve through requirements and acceptance criteria.
- Separate responsibilities and interfaces to localize the effects of change.
- Detect defects and mismatches with requirements through tests and reviews at multiple levels.
- Control operational changes with version control and continuous verification.
3Main Lecture
data/lecture/information/software-engineering/software-engineering-basics.lecture.n.md4Key Points
- Software engineering addresses the lifecycle from requirements through operation and maintenance, not implementation alone.
- Quality is evaluated through multiple attributes, including reliability, security, performance, and maintainability, rather than through one measure.
- Considering changeability during design supports long-term development.