An open API service indexing awesome lists of open source software.

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

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.