Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ozdanborne/ood-bakery
Final Project for CS3500 Object Oriented Design
https://github.com/ozdanborne/ood-bakery
Last synced: 26 days ago
JSON representation
Final Project for CS3500 Object Oriented Design
- Host: GitHub
- URL: https://github.com/ozdanborne/ood-bakery
- Owner: ozdanborne
- Created: 2014-06-12T18:02:21.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-08T23:14:34.000Z (over 10 years ago)
- Last Synced: 2023-08-14T19:16:17.584Z (about 1 year ago)
- Language: Java
- Size: 1.19 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ood-bakery
==========Final Project for CS3500 Object Oriented Design
Our group opted for custom OOD based structures for Inventory, CustomerRoll, and OrderRoll. Ironically, this was a bad decision. The code which have been more compact, efficient, and cleaner if we had just used arraylists for most items. There are lots of redundant function calls passed down from Bakery to the individual objects.
TL;DR - Turned into a last minute spaghetti scramble to get the assignment in on time due to the unnecessary scope. Not my best work...