Upgrade to Pro — share decks privately, control downloads, hide ads and more …

What is "Entity" in DDD?

kkeeth
March 10, 2020

What is "Entity" in DDD?

kkeeth

March 10, 2020
Tweet

More Decks by kkeeth

Other Decks in Technology

Transcript

  1. const my_info = { Workplace: ‘Yumemi Inc’, Position1: ‘Servant Leader

    of FET’, Position2: ‘CEO(secondary)’, Community: ‘Riot.js, Ionic, DIST’, PokemonGO: ‘TL40’ } About me
  2. embody Domain Model definitin of “Entity” Domain Object But, there

    are 2 objects. So, “Value Object”, “Entity”
  3. Entity ID: 12345 Name: John Age: 32 Gender: Male ID:

    98765 Name: John Age: 32 Gender: Male
  4. Entity ID: 12345 Name: John Age: 32 Gender: Male ID:

    98765 Name: John Age: 32 Gender: Male identity identity ID: 12345 ID: 98765
  5. merits of “Entity” Code is more documentable Make changes in

    our domain easier to communicate to your code