Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 584 Bytes

File metadata and controls

15 lines (8 loc) · 584 Bytes

Stir-CodingStandard

Why do we need this?

Consistency of naming and commenting style will make readable code and ensure maintainability.

We will use PEP8 for python standard and also use part of SET coding standard in Stir.

SET coding standard is from Conestoga College which resides in Ontario, Canada.

なぜ必要か

命名規則やコメントのルール決めをしておくことによって可読性や保守性を確保するため。

StirではPythonはPEP8基準に加え、SETのコーディングルールを一部適用しています。