What you think is what you get

Posts filed under: Refactoring

Create test project for android project

保持重構後程式運行的正確性是重構前的第一考量 因此在重構前一定要先建立對應的測試系統,這裡使用 junit 來......

使用策略模式(Strategy Pattern)取代 switch

一般來說使用switch通常會產生一些缺點,e.g. 1. 同樣的 switch 散佈在不同的位置時, 當新的......
12