Lacerta/README.md

18 lines
583 B
Markdown
Raw Normal View History

2023-12-07 01:56:21 +00:00
# Lacerta
WIP
2023-12-08 02:27:01 +00:00
## モジュール設計
2023-12-16 06:52:32 +00:00
![Untitled Diagram(2)](https://github.com/lacerta-doc/Lacerta/assets/66072112/9daabaca-5cdc-49f8-ac66-196c588a47c9)
2023-12-18 05:24:58 +00:00
## メモ
2023-12-18 05:25:49 +00:00
- アイコン: Google Material Icons https://fonts.google.com/icons (Weight:300, Grade:0, Optical size: 24px)
2023-12-08 02:27:01 +00:00
## コーディング規則/推奨(WIP)
### 規則
- `// TODO`コメントには任意のsuffixを付ける
- 全員が同じ`// TODO:`を使っていると検索がむずかしくなるため
- (例: `// TODO-rca:`)
### 推奨
- マジックナンバーは控える(必要な場合もあるので)