Initial commit
This commit is contained in:
26
doc/issues/v0.0.1.md
Normal file
26
doc/issues/v0.0.1.md
Normal file
@@ -0,0 +1,26 @@
|
||||
# 基础类
|
||||
|
||||
# 规划好包
|
||||
|
||||
所有的包都需要有 `package-info.java`
|
||||
|
||||
按照功能点规划包名称。
|
||||
|
||||
# 命名规范
|
||||
|
||||
接口 I 开头
|
||||
|
||||
工具类 Util 结尾
|
||||
|
||||
常量类 Const 结尾
|
||||
|
||||
|
||||
禁止使用缩写,除非非常特殊的 i18n
|
||||
|
||||
使用全拼写。
|
||||
|
||||
# 使用 junit5 作为测试
|
||||
|
||||
复制所有的 paradise 有用基础的类。
|
||||
|
||||
gen-test 添加 comment
|
||||
2
doc/issues/v0.0.2.md
Normal file
2
doc/issues/v0.0.2.md
Normal file
@@ -0,0 +1,2 @@
|
||||
# 反射相关类的添加
|
||||
|
||||
4
doc/issues/v0.0.3.md
Normal file
4
doc/issues/v0.0.3.md
Normal file
@@ -0,0 +1,4 @@
|
||||
# 补全完善单元测试类。
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user