5 ms·
I think the basic difference between library and framework is that if you use framework it's responsible for bootstrap of your application, and library does not
by yashke 14y ago
I think the basic difference between library and framework is that if you use framework it's responsible for bootstrap of your application, and library does not.
But also framework drives structure of result codebase - filenames convention, directory structure, maybe way you implement your features.