Changes between Initial Version and Version 1 of Ticket #17, comment 61


Ignore:
Timestamp:
Nov 5, 2018, 3:35:33 PM (5 years ago)
Author:
James Pic

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17, comment 61

    initial v1  
    11Do you remember the discussion you had with Russ about this ?
    2 
    3 Identity Map is a common programming pattern: https://martinfowler.com/eaaCatalog/identityMap.html
    42
    53Is this good for re-opening ?
     
    75- The ORM is much cleaner now than 7 years ago,
    86- Many great ORMs have a builtin Identity Map, why can't Django's ?
     7
     8Identity 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
Back to Top