+ 1
Framework explanation
Could anybody explain me about framework? I'm new here.
1 Answer
+ 6
Framework is a library of universal code that solves typical tasks, often in far more efficient way that can do a beginner or even intermediate programmer. You use frameworks instead of developing code that has been already developed and optimized by a lot of people a long time before you (such actions also known as "reinventing the wheel").