JangSing / JSON_Parser

JSON Parser (Mini Project for Test Driven Development)
0 stars 0 forks source link

Don't Pollute LinkedList with Compare #7

Open chaosAD opened 9 years ago

chaosAD commented 9 years ago

Please don't pollute your LinkedList with compare related functions. PlaceintCompare() and strCompare() in their respective module, say, IntCompare and StrCompare. This will make your code more modular and if I want to add new compare, say comparing 2 objects, I will create a new module. And when I want to use, I'll can pick and choose.