Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
peek4y4128y@code how big is your project? how many members in team? really curious. I simply havent found anyone who had good experience with big node.js projects.
-
peek4y4128y@code Ok, ours is a lot more than 100k LoC, around 10 devs have worked on it, the problem is every dev implements in their own way. Lack of consistency, too much freedom, its all fine until this freedom gets to a point where you basically want to shoot the project to oblivion.
No matter how many unit tests, its just seems impossible to get it right with node. -
klirix1178yIf you want to keep the flexibility of JS, I would personally recommend Typescript, as it will make the code much more consistent. And because it compiles to js, it won't stick any sticks into your workflow
-
peek4y4128y@code We use linters, do code reviews now and then, and there is always a spot that gets fucked up.
Getting real tired of your shit, JavaScript. I sincerely love and hate the language, its so flexible at the same time that flexibility will give you nightmares, I swear to god I'll never recommend Node.js for any big projects, right now the same flexibility is killing our project.
Oh lord, have mercy.
undefined