Code Reuse vs Reduced Dependancies
Code Reuse vs Reduced Dependancies
Posted Mar 24, 2015 10:50 UTC (Tue) by gmatht (guest, #58961)In reply to: Snellman: On open sourcing existing code by ledow
Parent article: Snellman: On open sourcing existing code
There were examples of code practices that were better for internal use, but less so for external. For example code reuse is good, so using convenience libraries is "good", but in an open source application reducing dependencies can be more important if you only use a little bit of a library.