Martin Fowler : Refactoring improves the design. What is the business case of good design? To me, it's that you can make changes to the software more easily in the future.
基于1个网页-相关网页
Martin Fowler: Refactoring improves the design.
马丁:重构改善了设计。
Similarly a database refactoring is a simple change to a database schema which improves the design without breaking nor adding anything.
类似的,数据库重构是对数据库方案的简单变更,是在不破坏且不添加东西的情况下改进设计。
A code refactoring is a simple change to source code which improves the design without breaking anything nor adding anything.
代码重构是对源代码的简单变更,是在不破坏任何东西,且不添加任何东西的情况下改进设计。
应用推荐