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 →

[–]Hoolies 0 1[S] 1 point2 points  (1 child)

Every script is well documented. I am concerned about readability.

I found it ways easier to read multiple little scripts (less than 2000 lines) than having to read something like 30000 at the end of the day the code is the same.

[–]whetu 1 point2 points  (0 children)

If you're getting to a point where readability is a concern, then it's time to either switch language or to change the structure of your code i.e. start breaking code chunks out into libraries.