mirror of
https://github.com/Jueee/effective-Java.git
synced 2024-12-25 20:30:08 +08:00
a89f3ac80d
Bumps [junit](https://github.com/junit-team/junit4) from 3.8.1 to 4.13.1. - [Release notes](https://github.com/junit-team/junit4/releases) - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md) - [Commits](https://github.com/junit-team/junit4/commits/r4.13.1) Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.. | ||
ClassesAndInterfaces | ||
15.使类和成员的可访问性最小化.md | ||
16.在公共类中使用访问方法而不是公共属性.md | ||
17.最小化可变性.md | ||
18.组合优于继承.md | ||
19.要么设计继承并提供文档说明,要么禁用继承.md | ||
20.接口优于抽象类.md | ||
21.为后代设计接口.md | ||
22.接口仅用来定义类型.md | ||
23.类层次结构优于标签类.md | ||
24.支持使用静态成员类而不是非静态类.md | ||
25.将源文件限制为单个顶级.md |