July 31, 2018
6:43 a.m.
Am 30.07.2018 um 16:02 schrieb Sean P. DeNigris <sean@clipperadams.com>:
Peter Uhnák wrote
is there some library or approach how to do transactions⦠directly in memory on Pharo objects
Magritte? It uses the Memento pattern to verify all changes before committing to real object.
This only works for simple use cases where there is one flow that creates the memento and keeps it like in a web form. The problem with the memento is that it is hard to make all objects give a memento when they are aquired. Norbert
----- Cheers, Sean -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html