Initial commit

This commit is contained in:
binbin.hou
2020-09-03 09:41:55 +08:00
commit 0509780502
34 changed files with 1456 additions and 0 deletions

26
doc/issues/v0.0.1.md Normal file
View 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
View File

@@ -0,0 +1,2 @@
# 反射相关类的添加

4
doc/issues/v0.0.3.md Normal file
View File

@@ -0,0 +1,4 @@
# 补全完善单元测试类。