|
|
|
|
|
by yashke
4948 days 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. |
|