|
|
|
|
|
by cgrusden
4505 days ago
|
|
This is a typical rebuttal from programmers when they don't know how something works underneath. You are correct about "why" libraries are created. Since, I'm assuming you're talking about Open-source libraries: what happens when theres an issue you're having and wondering why the library isn't doing what you want? |
|
There's a distinct difference between looking at something when it's broken for the sake of fixing it and implementing every library on your own because you don't want to use the abstractions created by the programmers who came before you.