DEV Community

Discussion on: Bulletproof node.js project architecture πŸ›‘οΈ

Collapse
 
noway profile image
Ilia • Edited

I wouldn't put stock into this. This is a collection of anti patterns. Quite over-dogmatic. None of these patterns make sense at a small scale, neither they do in a complex codebase where every one of those paradigms get in the way of clean code.

Start small. Organise code into functions. Practice TDD. Follow functional programming. Keep directory structure flat. Don't write custom Express middleware.

The rest will follow.

Collapse
 
santypk4 profile image
Sam

It’s seems like you are having a bad day.
I send you a virtual hug buddy :)