Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
khkim6040 authored Dec 23, 2023
1 parent 9fd6d26 commit cb5484f
Showing 1 changed file with 23 additions and 2 deletions.
25 changes: 23 additions & 2 deletions README.md
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

0 comments on commit cb5484f

Please sign in to comment.