Web Frameworks Flashcards

1
Q

what is a framework?

A

a tool that provides ready-made components or solutions to make the development much faster

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

how does it work

A

based on IoC : Inversion of Control

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

what is IoC

A

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 well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

how frameworks work with IoC

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What’s the problem of IoC?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly