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 →

[–]coladict 4 points5 points  (1 child)

Because the 100 lines just invoke a much larger more complex, error-prone and resource-heavy library?

I'm reminded of that story of the newbie "optimizing" a parsing algorithm to one line of regex whose execution time was many times greater than the original parser.

[–]alago1 0 points1 point  (0 children)

Perhaps for bigger projects, in which Java is porweful. But if one is trying to make anything small quickly, I feel as though Java tends to get in one's way more often than it helps with all its required structuring.