https://github.com/octcarp/sustech_cs309-ooad_f23_works
Course Assignment of CS309 2023 Fall: Object-Oriented Analysis and Design, SUSTech. Taught by Prof. Yuqun ZHANG @zhangyuqun .
https://github.com/octcarp/sustech_cs309-ooad_f23_works
design-patterns java
Last synced: over 1 year ago
JSON representation
Course Assignment of CS309 2023 Fall: Object-Oriented Analysis and Design, SUSTech. Taught by Prof. Yuqun ZHANG @zhangyuqun .
- Host: GitHub
- URL: https://github.com/octcarp/sustech_cs309-ooad_f23_works
- Owner: OctCarp
- License: mit
- Created: 2025-01-13T12:06:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-19T07:58:56.000Z (over 1 year ago)
- Last Synced: 2025-02-19T08:32:55.902Z (over 1 year ago)
- Topics: design-patterns, java
- Language: Java
- Homepage:
- Size: 2.61 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SUSTech_CS309-OOAD_F23_Works
Course Assignment of CS309 2023 Fall: Object-Oriented Analysis and Design, SUSTech. Taught by Prof. Yuqun ZHANG [@zhangyuqun](https://github.com/zhangyuqun) .
### About
These assignments I took one year ago, and I archived them one year later.
It can be used as a reference, but the code cannot be guaranteed to work.
### Content
| ID | Grade |
| -------------------------------------------------- | ----------- |
| [A1_Frontend](A1_Frontend) | 100/100 |
| [A1_Backend](A1_Backend) | Not checked |
| [A2_UML](A2_UML) | 98/100 |
| [A3_Observer](A3_Observer) | Pass |
| [A4_Factory](A4_Factory) | Pass |
| [A5_Command](A5_Command) | Pass |
| [A6_Adapter](A6_Adapter) | Pass |
| [A7_Refactoring](A7_Refactoring) | Pass |
| [A8_Dependency-Injection](A8_Dependency-Injection) | Not checked |