-
Notifications
You must be signed in to change notification settings - Fork 124
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
Naming convention - Policy #40
Comments
I agree that |
Did you mean |
Ok, I think I misunderstood your first message. Either we have |
Environment
andPolicy
both containact
method, but they do quite different things.In my opinion,
act
is a verb to perform sth. Therefore, inPolicy
abstract class, it should be a nounaction
just likebestAction
. However,chooseAction
andchooseBestAction
are good, too.The text was updated successfully, but these errors were encountered: