mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2025-04-16 05:00:48 +00:00
This reverts commit b12c689d4eea856e1624808de1db548bd4b51b2d.
Lacerta
WIP
モジュール設計
メモ
- アイコン: Google Material Icons https://fonts.google.com/icons (Weight:300, Grade:0, Optical size: 24px)
コーディング規則/推奨(WIP)
規則
// TODO
コメントには任意のsuffixを付ける- 全員が同じ
// TODO:
を使っていると検索がむずかしくなるため - (例:
// TODO-rca:
)
- 全員が同じ
推奨
- マジックナンバーは控える(必要な場合もあるので)
Description
Languages
Java
100%