面向对象六大设计原则--依赖倒置
Dependence Inversion Principle,DIP(依赖倒置)High level modules should not depend upon low level modules. Both should depend upon abstractions. (高层模块不应该依赖底层模块,两者都应该依赖抽象)每一个逻辑的实现都是由原子逻辑组成的,不可分割的原子逻辑就是低层模块,原子逻辑的再组装就是高层模块(示例图如下图所示)
本文首发于: https://xz.aliyun.com/t/14894
编译时对字符串常量加密,在产物中敏感