-
Notifications
You must be signed in to change notification settings - Fork 3
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
リファクタリング #49
Comments
エラーテキストは出るが、どの設定ファイルで出たエラーなのか分からない これはなおすべき |
logger 周りを wrap してもっといい感じに出来ないだろうか。 best practice を漁ったり他のリポジトリを見たりすると良いかな。 |
ソースコード中のコメントは英語にそろえたい (なんか混在しててよくわからなくなってきた) |
入出力例のところ、各言語における設定をベタ書きしているけど、言語が仮に増えたときにコードが汚くなる一方なのでよろしくない。 本来なら、言語ごとに設定ファイル的なのがあって、そこにある内容を適宜引っ張ってくるべき。 追記: これは #103 にて対応済み |
dict の key が生の string で書かれているけれど、これは変数かなにかで置き換えるべきじゃないか? それか dict をクラスに変換してクラスをやりとりするという手もある いずれにしてもテストを整備するのが先っぽい |
リーダブルコードに影響された
The text was updated successfully, but these errors were encountered: