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
#10 でも
(だいぶ愚直なので、全体的にヒント出すとこはリファクタリングしたいですね 😅 )
と指摘されているとおり、重複が多いし、今後も増えやすいと思われる。
理想的にはおそらく、hintを組み立てる処理をMaybe monadで書き換えることで、「ヒントを付与する条件とヒントのメッセージ」を組み合わせやすくするのが好ましいとも思われる。
現状、実装上の事情を除いて複数のヒントを一度に出力することは検討していないので、WriterよりもMaybeの方がよいのではないかと思う。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
#10 でも
と指摘されているとおり、重複が多いし、今後も増えやすいと思われる。
理想的にはおそらく、hintを組み立てる処理をMaybe monadで書き換えることで、「ヒントを付与する条件とヒントのメッセージ」を組み合わせやすくするのが好ましいとも思われる。
現状、実装上の事情を除いて複数のヒントを一度に出力することは検討していないので、WriterよりもMaybeの方がよいのではないかと思う。
The text was updated successfully, but these errors were encountered: