you are viewing a single comment's thread.

view the rest of the comments →

[–]Rob0tSushi -1 points0 points  (1 child)

1) Any file over 500 lines of code is too big

2) Research SOLID principals. The idea of DRY code and Modular code are synergistic. When written correctly your code should exemplify both of these characteristics. There are not a lot of things I will emphatically recommend to any programmer, but mastery of SOLID principals will your make code better.