verylittlefinger t1_j9zugcm wrote on February 25, 2023 at 8:00 PM Reply to comment by DoesnootMakeSense in ELI5 - What would happen if I DIDN'T encapsulate my code? by [deleted] It's about maintainability. Permalink Parent 1
verylittlefinger t1_j9zt2am wrote on February 25, 2023 at 7:50 PM Reply to ELI5 - What would happen if I DIDN'T encapsulate my code? by [deleted] As the code base grows it will be exceedingly difficult to maintain, and eventually any change in it will result in bugs fixing which will be far more difficult than adding features. Permalink 1
verylittlefinger t1_j9zugcm wrote
Reply to comment by DoesnootMakeSense in ELI5 - What would happen if I DIDN'T encapsulate my code? by [deleted]
It's about maintainability.