Thursday, January 01, 2009

CRUD or BREAD ?

Well, applications nowadays seem to always works with a certain database system (mostly Relational DBMS). And then 90% the work of coder/developer is to select, insert, update and delete the data from database. Those operations are so popular that people refer to them as CRUD , or some other terms: BREAD, ABCD, VADER, ...


IMHO the BREAD term (Browse, Retrieve, Edit, Add, Delete) is better than CRUD (Create, Read, Update, Delete) .
I will explain later.

No comments: