We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
voicevox_engine で実際に課題として挙がり、採用の方向性で検討されているコーディング規約の一覧
voicevox_engine
_
.yaml
.yml
model
to_phoneme_data_list()
OjtPhoneme
replace_mora_pitch
The text was updated successfully, but these errors were encountered:
現時点で議題はなく、常時 open の #1100 にリンクが貼られたため close。 規則追加は適宜行う。
Sorry, something went wrong.
tts_engine
No branches or pull requests
voicevox_engine
で実際に課題として挙がり、採用の方向性で検討されているコーディング規約の一覧規約
voicevox_engine
レポジトリに閉じたローカル関数)は_
で始まる名称が好ましい.yaml
を原則とする。GitHub Actions/Workflow は例外として.yml
に統一a. 同じ型の引数が2つあり、可換でないなら、名前付き引数にすべき
b. intやbooleanなどのプリミティブな型はダブりやすいので、名前付き引数にしとくと良い
c. できる限りブランド型を使おう
model
モジュールに配置a. コメントはコードを読みやすくするために書かれる
b. 短くわかりやすいコメントの方が良い
c. コードから読み取れない開発者の大事な意図は書いた方が良い
d. あったほうが読む時間の短縮になる説明は書いても良い
e. リーダブルコードの考え方はよく引用します
各規約が制定された背景 issues
to_phoneme_data_list()
の廃止 #796OjtPhoneme
特殊Equal廃止 #787replace_mora_pitch
#974TODOs
The text was updated successfully, but these errors were encountered: