DataModificationPolicy - softwareunderground/xsdf GitHub Wiki

Modification policy

When supporting modifications to existing objects, we should provide a few services that are really useful in today's age of concurrent work:

  • Modifications can be stored 'as such', only to be applied when a 'commit' is requested
  • Multiple modification access should either be prevented or at least made known to the attempter

Back