Closed Zhiyuan-Amos closed 7 years ago
@IanTeo ready for review.
To understand how the processAuthor()
etc works, the algorithm is basically: Get everything
-> Remove unwanted results
-> merge equal keys
(because everything is in String, see https://github.com/IanTeo/cs3219-Project/pull/27/files#diff-4aa2cacecdfccd4806eeaaa287f70b13R122) -> remap
-> populate empty years
.
Preferably to fork this PR to make it easier for review, since this PR is big.
Current state:
@IanTeo thanks for your thoughts; helpful to get me thinking ^^