-
-
Save vkhorikov/e39746643a6ead20b86f723971966eeb to your computer and use it in GitHub Desktop.
On naming
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class FurnitureEntity : Entity { /* ... */ } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class Furniture : Entity { /* ... */ } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class CustomerRegisteredEvent : IDomainEvent { /* ... */ } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment