concept Software entities (classes, modules, functions) should be open for extension bu...

IP属地:内蒙古
concept Software entities (classes, modules, functions) should be open for extension bu...
concept There should never be more than one reason for a class to change.引起一个类发生变化的原因有且...
单一职责(Single Responsibility Principle) 每个方法,每个类,每个框架,都只负责一件事情 (There should never be mor...