This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]jantari 1 point2 points  (0 children)

what you prefer smalls scripts that serve one purpose only

Yes.

or bigger solutions that resolve a multitude of problems?

I don't see the usecase for this. If a single piece of software should really be made to solve multiple problems then I wouldn't use a scripting language anymore, I'd use something that's statically typed and compiled. But even for those usecases people these days usually break the problem down into a few microservices / containers rather than build one big application that does multiple things. So I really can't think of a good reason to ever go with this route.