Skip to content
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

Revise namespace structure #283

Closed
ro0NL opened this issue Mar 2, 2019 · 0 comments · Fixed by #310
Closed

Revise namespace structure #283

ro0NL opened this issue Mar 2, 2019 · 0 comments · Fixed by #310

Comments

@ro0NL
Copy link
Contributor

ro0NL commented Mar 2, 2019

related to #257

// before
MsgPhp\User\Entity\User
MsgPhp\User\UserIdInterface
MsgPhp\User\Entity\{Fields, Features}
MsgPhp\User\Command\SomeCommand
MsgPhp\User\Command\Handler\SomeHandler
MsgPhp\User\Infra\ThirdParty\...

// after
MsgPhp\User\Domain\User
MsgPhp\User\Domain\UserId
MsgPhp\User\Domain\Traits
MsgPhp\User\Domain\Command\Some
MsgPhp\User\Domain\Command\SomeHandler
MsgPhp\User\Infrastructure\ThirdParty\...
  • bump php 7.3
  • drop type suffixes (...Interface)
  • domain marker interfaces (Message\{Command, Event, Query, Handler}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

1 participant