勉強日記

チラ裏

2019-08-20から1日間の記事一覧

PoEAA ch12 Class Table Inheritance

martinfowler.com Class Table Inheritance How It Works When to Use It Furhter Reading コード例 Class Table Inheritance Represents an inheritance hierarchy of classes with one table for each class. 1クラス1テーブル 抽象クラス含む How It Work…

Refactoring ch2 Principles in Refactoring (2/2) WIP

martinfowler.com Principles in Refactoring Refactoring in a Code Review What Do I Tell My Manager? When Should I Not Refactor? Problems with Refactoring Slowing Down New Features Code Ownership Branches Testing Legacy Codes Databases Refac…