Changes between Initial Version and Version 1 of Ticket #17, comment 61
- Timestamp:
- Nov 5, 2018, 3:35:33 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17, comment 61
initial v1 1 1 Do you remember the discussion you had with Russ about this ? 2 3 Identity Map is a common programming pattern: https://martinfowler.com/eaaCatalog/identityMap.html4 2 5 3 Is this good for re-opening ? … … 7 5 - The ORM is much cleaner now than 7 years ago, 8 6 - Many great ORMs have a builtin Identity Map, why can't Django's ? 7 8 Identity Map is a common programming pattern: 9 10 - https://martinfowler.com/eaaCatalog/identityMap.html 11 - https://www.doctrine-project.org/projects/doctrine-orm/en/2.6/reference/working-with-objects.html 12 - https://en.wikipedia.org/wiki/Identity_map_pattern 13 - https://www.js-data.io/docs/identity-map