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
例えば、Filterというものに対してsearchと言い換えていますし、newというものに対してcreateやaddと言い換えています。 createやaddがシナリオとしてすばらしいのであれば、そうであるべきであるという主張をなんらかの形ですべきです。 いまの形では「テストコードを書いた人が言いやすかったから」というだけで、なんのメリットもありません。誤解のもとにしかならないです。
The text was updated successfully, but these errors were encountered:
#13 add => create, Filter Meのメソッド => filter のように修正
06b2b8a
Filter Meに関するメソッドはfilterXXXに修正しました。 addはcreateに修正しました。 なお、画面上[作成]ボタンと[NEW]ボタンは別で、もともとaddだった部分は[作成]の方に対応しています。[作成]ボタンのnameはcreateになっているので、createが適切と判断しました。
Sorry, something went wrong.
No branches or pull requests
例えば、Filterというものに対してsearchと言い換えていますし、newというものに対してcreateやaddと言い換えています。
createやaddがシナリオとしてすばらしいのであれば、そうであるべきであるという主張をなんらかの形ですべきです。
いまの形では「テストコードを書いた人が言いやすかったから」というだけで、なんのメリットもありません。誤解のもとにしかならないです。
The text was updated successfully, but these errors were encountered: