|
|
|
|
|
by saltedmd5
3168 days ago
|
|
The truth is that the construction of CRUD web UIs _is_ 90% automated. The web and storage frameworks do the vast majority of the heavy lifting - the application code is really just simple wiring and validation. The trouble is that (in my experience, at least) many web shops and web developers enormously overcomplicate that application code; shoehorning enterprise "layering" into simple components, creating poor - and often unnecessary - abstraction. These things lead to grossly over-engineered solutions with bloated code and control flow flying all over the place. So the reality is that what can be automated largely is already - we are just, by and large, pretty bad at doing the bit that isn't. |
|
This is the state of the development world as well. It is like this because not everyone wants the same generic model and every company has to stick out in some way.