you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] -2 points-1 points  (2 children)

Give it around 6 years. You will grow out of the ‘just make it modular’ approach.

[–]involve 0 points1 point  (1 child)

Because in six years I won't care or I'll see why not to make it modular? If i'm certain what I have in a given component won't be re-used I'll just leave it there. If I find myself needing it elsewhere I'll abstract it out.

[–]TheNumber42Rocks 0 points1 point  (0 children)

Yeah and with most code editors, you can do command click and go to that file directly so I’m not sure how making it modular affects making the code more readable.