Web Frameworks Flashcards
what is a framework?
a tool that provides ready-made components or solutions to make the development much faster
how does it work
based on IoC : Inversion of Control
what is IoC
when the management of a program is transferred to other parts inversion of control takes control of configuration or other low-level based things so it asserts program in pluggability, testability and blah
how frameworks work with IoC
instead of dealing with configuration and infrastructure helps developer to concentrate on high-level problems to develop a better program and not getting busy over low-level pee
What’s the problem of IoC?
It doesn’t specify problem domains or how it manages and asserts the transformation between different parts it just says it asserts the flow of program somehow if you use it.