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