Comment on Things You Don’t Know About User IDs That Will Destroy YouparentComments−stcredzero17yUsing a lib can get things done. Sometimes you have to get things done now and have to come back to understanding the problem in depth later.Debugging through someone else's library is often a great way to do that. (Provided your language/environment's debugging support is good enough.)−GHFigs17ySometimes you have to get things done now and have to come back to understanding the problem in depth later.This is a great way to create whole new problems.−jrockway17yDo you know every implementation detail of the database management system you use?The fact that proprietary databases exist means that you can use libraries without understanding all the code in them.
Comments
Using a lib can get things done. Sometimes you have to get things done now and have to come back to understanding the problem in depth later.
Debugging through someone else's library is often a great way to do that. (Provided your language/environment's debugging support is good enough.)
Sometimes you have to get things done now and have to come back to understanding the problem in depth later.
This is a great way to create whole new problems.
Do you know every implementation detail of the database management system you use?
The fact that proprietary databases exist means that you can use libraries without understanding all the code in them.