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
In PHP some people do:
interface CommandBus
and some people do:
interface CommandBusInterface
Like in C# you might use ICommandBus.
ICommandBus
Similarly you have EventGeneratorTrait and EventGenerator for traits.
EventGeneratorTrait
EventGenerator
The text was updated successfully, but these errors were encountered:
@ShawnMcCool You mean you wanna see whether people use Interface or Trait postfix in variable name for Interface or Trait or not?
Interface
Trait
Sorry, something went wrong.
Correct. That's what I'm looking for. There's sort of a raging debate in PHP about this convention.
No branches or pull requests
In PHP some people do:
and some people do:
Like in C# you might use
ICommandBus
.Similarly you have
EventGeneratorTrait
andEventGenerator
for traits.The text was updated successfully, but these errors were encountered: