https://github.com/mic-devs/curtin_oose_assignment1_wbs
Assignment 1 of the Object Oriented Software Engineering Unit. A WBS application used for estimating task efforts that utilises template and composite pattern
https://github.com/mic-devs/curtin_oose_assignment1_wbs
composite-pattern java object-oriented-programming template-pattern
Last synced: 7 months ago
JSON representation
Assignment 1 of the Object Oriented Software Engineering Unit. A WBS application used for estimating task efforts that utilises template and composite pattern
- Host: GitHub
- URL: https://github.com/mic-devs/curtin_oose_assignment1_wbs
- Owner: mic-devs
- Created: 2024-07-20T06:28:27.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-20T06:32:00.000Z (almost 2 years ago)
- Last Synced: 2024-12-27T01:40:28.586Z (over 1 year ago)
- Topics: composite-pattern, java, object-oriented-programming, template-pattern
- Language: HTML
- Homepage:
- Size: 343 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
This is my assignment 1 project code for the Object Oriented Software Engineering Unit.
It is a WBS application used for task effort estimation, detailed in the assignment specification and criteria.txt
Its objective is to address the problem description while utilising the composite and template pattern.