重构的原则

选择合适的时机

  • 马上就要发布时不要重构

extend instead of modify

一次只处理一件事情,尽可能减少影响

  • unit test

keep it simple stupid

good smell

  • good name
  • oo
  • functional programming
  • short func
  • param object
  • const 魔数
  • self test


blog comments powered by Disqus
—  原创作品许可 — 署名-非商业性使用-禁止演绎 3.0 未本地化版本 — CC BY-NC-ND 3.0   —