|
2 лет назад | |
---|---|---|
AllDrawersOfTypeFullException.java | 2 лет назад | |
Clothes.java | 2 лет назад | |
ClothesTypeMismatchException.java | 2 лет назад | |
Color.java | 2 лет назад | |
Drawer.java | 2 лет назад | |
Dresser.java | 2 лет назад | |
Main.java | 2 лет назад | |
Pajamas.java | 2 лет назад | |
Pants.java | 2 лет назад | |
README.md | 2 лет назад | |
Shirt.java | 2 лет назад | |
Shorts.java | 2 лет назад | |
Socks.java | 2 лет назад | |
Underwear.java | 2 лет назад |
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.