mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2025-04-13 03:30:48 +00:00
This reverts commit c1b8722b828cc1fb5f74fa97ffce05311b230766.
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%