注解要添加在最高层次的抽象上(比如在类和方法这两个层次上,注解要尽量添加在类上面)。
Annotate the highest level of abstraction possible (e.g., class, not method).
对于这个购物车来说,有一个层次Category类和一个简单的product类。
For this shopping cart, there is a hierarchical Category class and a simple Product class.
对于这个购物车来说,有一个层次Category类和一个简单的product类。
For this shopping cart, there is a hierarchical Category class and a simple Product class.
应用推荐