Skip to content

Instantly share code, notes, and snippets.

@vkhorikov
Last active June 6, 2017 23:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vkhorikov/e39746643a6ead20b86f723971966eeb to your computer and use it in GitHub Desktop.
Save vkhorikov/e39746643a6ead20b86f723971966eeb to your computer and use it in GitHub Desktop.
On naming
public class FurnitureEntity : Entity { /* ... */ }
public class Furniture : Entity { /* ... */ }
public class CustomerRegisteredEvent : IDomainEvent { /* ... */ }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment