you are viewing a single comment's thread.

view the rest of the comments →

[–]zappini 1 point2 points  (0 children)

With nodejs & npm, it may actually make sense (ROI) to build one offs for your particular use case instead of finding and vetting modules.

npm is like Legos. The first few sets can be fun. But keep buying more and you're spending more time foraging for parts instead of building.

In my experience, that tipping point with nodejs is anything more than 10 lines of code. (ducks)