Closed hatelove closed 8 years ago
最後的 public double GetShoppingcartTotalPrice(List<HarryPotter> books) 寫得很漂亮。
public double GetShoppingcartTotalPrice(List<HarryPotter> books)
最大的問題是,在想要通過第二個測試案例的時候,就把七個測試案例需求的 production code 一次寫完了,會導致:
其他請見 commit history 裡面的 review comment
看起來最大要改的毛病是會 不知不覺一次想完production code
最後的
public double GetShoppingcartTotalPrice(List<HarryPotter> books)
寫得很漂亮。最大的問題是,在想要通過第二個測試案例的時候,就把七個測試案例需求的 production code 一次寫完了,會導致:
其他請見 commit history 裡面的 review comment