-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
23 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,23 @@ | ||
# CSED332 | ||
CSED332: Software Design Methods | ||
# CSED332(Software Design Methods) | ||
|
||
## Objective | ||
This course teaches the fundamentals of Software Engineering, including processes, design, testing, and verification.\ | ||
For programming assignments, we use Java, a widely-used object-oriented programming language.\ | ||
We will learn how to work with existing large software projects as well as how to create software artifacts. | ||
|
||
## Professor | ||
Name: Kyungmin Bae | ||
|
||
## References | ||
S. McConnell, Code Complete: A Practical Handbook of Software Construction\ | ||
I. Sommerville, Software Engineering | ||
|
||
## Lecture Schedule | ||
1. Software processes | ||
2. Requirement engineering | ||
3. Project management | ||
4. Object-oriented designs and UML | ||
5. Refactoring and debugging | ||
6. Testing and verification | ||
7. Design patterns | ||
8. Formal methods |