Hacker News new | ask | show | jobs
by philbarr 4090 days ago
I actually don't think he should remove the second argument until the entire thing has been verified in tests. What if it was actually:

  masterList[a].list2.length()
..but he misread it as

  masterList[z].list2.length()
and so removed it..?
1 comments

You are saying that you actually need to read and understand code you are refactoring. Hard to disagree.