|
hace 2 años | |
---|---|---|
AllDrawersOfTypeFullException.java | hace 2 años | |
Clothes.java | hace 2 años | |
ClothesTypeMismatchException.java | hace 2 años | |
Color.java | hace 2 años | |
Drawer.java | hace 2 años | |
Dresser.java | hace 2 años | |
Main.java | hace 2 años | |
Pajamas.java | hace 2 años | |
Pants.java | hace 2 años | |
README.md | hace 2 años | |
Shirt.java | hace 2 años | |
Shorts.java | hace 2 años | |
Socks.java | hace 2 años | |
Underwear.java | hace 2 años |
This project was initially created by me in August 2016, when I was teaching myself about OOP concepts. I created this project to demosntrate to myself how classes could be used to represent real life objects. There are a number of things I did that aren't considered good practice, but I'm leaving this as is to benchmark my progress as a programmer.