|
|
|
|
|
by oarabbus_
2196 days ago
|
|
>We've been doing CRUD in our industry for decades. How can we not just say "this is how you do CRUD, we're done w/ that now" As an analyst, can you explain this bit? I keep hearing things like "that's not actually a software development job, just CRUD", "we're done with doing CRUD" etc. But it seems like between the application and the DBA all the CRUD is taken care of, wouldn't the developer just work on the application itself? And isn't saying "we don't do CRUD anymore" somewhat akin to saying "we don't do [+-*/] anymore"? How can you have persistent data without CRUD? I must be missing a piece of the puzzle in this discussion. |
|
The data that we manipulate has business meaning and there are consequences for the users that arise from how we model things. Consider the genre of articles like "Falsehoods Programmers Believe About Names" [1]. There is ridiculous complexity here, for those willing to see it, but some people get tired of it.
[1] https://www.kalzumeus.com/2010/06/17/falsehoods-programmers-...