Eziowrf / projectGedcom

That is the final project process of our team in CS555
MIT License
0 stars 0 forks source link

Calculate age for each person #1

Open erikkpearson opened 5 years ago

erikkpearson commented 5 years ago

iterate over the list of all people and calculate their age based on their birth year

jaxyyf commented 5 years ago

I‘ve done this through function computeAge() and FormatDate()

erikkpearson commented 5 years ago

Is there a reason why the code was written in the main file as well as those two files? why not just import those two files into the main method?