Are there examples of non CRUD approaches?

Posted by Pieter B on Programmers See other posts from Programmers or by Pieter B
Published on 2012-11-16T17:57:30Z Indexed on 2012/11/16 23:16 UTC
Read the original article Hit count: 391

Filed under:
|
|

I'm a programmer but also have worked as an archivist. As archivist it's a lot about keeping data.

I often get into arguments with colleagues when it comes to operations on data. I don't like the U and the D in CRUD too much. Rather then update a record I prefer to add a new one and have a reference to the old record. That way you build a history of changes. I also don't like deleting records but rather mark them as inactive.

Is there a term for this? Basically only creating and reading data? Are there examples of this approach?

© Programmers or respective owner

Related posts about terminology

Related posts about data