To reuse or not

What do you think about reusing code, libraries, APIs? You can achieve more with reuse. But you have to trust. Read what Adam DuVander thinks about this.

When Will the Last Ever Line of Code Be Written?
http://blog.brightwork.io/when-will-the-last-ever-line-of-code-be-written/

I’m not sure about this. Dependencies can make life very complicated. Windows DLL hell, Java library hell, new API versions when you don’t want them. I prefer to have not too many dependencies.

Comment