IS it ok to use REST for CRUD operations?
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
23:16 UTC
Read the original article
Hit count: 316
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.
Are there 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. Basically just GET/POST, the other ones are not native anyway so (emulated on hidden form value).
© Programmers or respective owner