|
|
|
|
|
by clan
2898 days ago
|
|
CRUD is easy to understand and close to the core of tasks that programmers at large need to do. Thinking in terms of REST requires that you concern yourself about the full infrastructure. Many programmers i have met simply do not care. Super nice properties such as cacheable and discoverable are outside their domain. Most simply just want remote RPC. Try convincing a programmer of the benefits of HATEOAS is though. It will be dismissed as too much hassle with no real benefit. But if you look at it from a data architectural perspective everything just "clicks". Few projects are however approached from that angle. |
|