-
Notifications
You must be signed in to change notification settings - Fork 198
New issue
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
jsonフィールドのcaseを揃えたほうが良いのではないか #460
Comments
issue作成ありがとうございます!! なんとなくですが、返り値はjsonなので、jsっぽくcamelCaseで統一できればと思っています! また、変更の影響を受けるのは、ほぼVOICEVOXエディタだけなのかなと思っています。 コード内・ドキュメント内を全部変更したらこのissueは完了だと思います。
|
VOICEVOX/voicevox_core#261 で metas.jsonはすでにsnake_caseなのでそれにあわせるのであればsnake_caseのほうが良いのでは?となりました。coreの内容と合わせるのであればこっちもsnake_caseにするべき? |
@Hiroshiba |
やるやらはさておき、こちらのissueを短期間でクリアするのは難しいと思います。 |
内容
現状APIで使われているjsonのフィールド名がcamelCaseとsnake_caseとで別れている
これはフィールド名に一貫性がないためcamelCaseかsnake_caseに揃えたほうが良いのではないか
Pros 良くなる点
フィールド名に一貫性が持てる
Cons 悪くなる点
破壊的変更になるため既存ユーザーに影響が出る
実現方法
voicevox_engine/model.pyに定義されている型のフィールド名をsnake_case、ないしはcamelCaseに統一する
関連 issue
VOICEVOX/voicevox_core#261
The text was updated successfully, but these errors were encountered: