Code Smell? The CRUD Page…
I have a set of pages which are doing basic CRUD. Show a grid of item, edit & save it, delete item, add item. Most of the code in those pages in mostly moving the data from the UI to the objects and vice versa, and then calling the backend to persist the changes.
The second time that I found myself putting a region of CRUD Methods on a web page, I started to feel uncomfortable. I am not sure what I am supposed to do, though. It may very well be that I am overly sensitive.
Any suggestions or comments?
Comments
Comment preview