Structure the code to respect MVC design pattern.
[Persons_Comparator.git] / src / Eye.java
2019-01-09  Jérôme BenoitStructure the code to respect MVC design pattern.
2019-01-08  Jérôme BenoitImplement eye color compareTo() method.
2019-01-08  Jérôme BenoitMake Person class and attributes implements Comparable.
2019-01-08  Jérôme BenoitBasic classes structure that deal with Person attributes.