Will dolphins die if I use REST "as CRUD"?
Posted
by
l0l0l0l0l
on Programmers
See other posts from Programmers
or by l0l0l0l0l
Published on 2012-11-10T17:12:42Z
Indexed on
2012/11/10
17:16 UTC
Read the original article
Hit count: 312
Recently I moved to Laravel and I was surprised on how good setting the controllers as RESTful is, it made routes and my code cleaner. I'm kinda new on web development and never used REST before since all my clients' projects are basically CRUD operations.
There's any cool buzzword to this "approach" or I'm just stupid for doing it? I don't plan to follow any REST patterns, just to make my life easier and code cleaner. Basicallly just GET/POST, the other ones are not native anyway so (emulated on hidden form value).
© Programmers or respective owner