Home
Posts
About Me
What you think is what you get
Home
Posts
About Me
Menu
Posts filed under: Refactoring
Refactoring
Refactoring
Create test project for android project
by
zgh149
13 5 月, 2015
0
保持重構後程式運行的正確性是重構前的第一考量 因此在重構前一定要先建立對應的測試系統,這裡使用 junit 來......
Design Pattern
,
Refactoring
使用策略模式(Strategy Pattern)取代 switch
by
zgh149
8 7 月, 2014
0
一般來說使用switch通常會產生一些缺點,e.g. 1. 同樣的 switch 散佈在不同的位置時, 當新的......
1
2