>>1456531thanks mate I realize this and I understand patterns are valid everywhere but I really kind of need to know the proper way to, for example
>when and how to properly create a custom express class >how to properly implement factory for controllers>what's the proper way to handle entities, services, controllers, express routers with custom classes>when and how to extend the builtin in Error class for custom error handlingetc.
I understand what design patterns are, I know how to implement some of them.
What I wanna know is how to do it in the context of Nodejs.
Yeah fine I know what dependency injection is, i know what dependencies are, I know how it's done. How do I do it properly in node is what I don't know.