DEV Community

Discussion on: Overview of Deno JS - Installation and Building an API

Collapse
 
ellisgl profile image
Ellis

Yould could have have done domain separation. App/Todo/Cntroller.js and add methods for GET, POST, DELETE and PUT.

Why no PATCH?

Also I think you missed an opportunity to do it in TS.