16: Inversion of Control Flashcards

1
Q

how does inversion of control come about?

A

back in the day programs were very straightforawrd. they started then finished

then guis came and programs became responsive
this adds compllicated dependancies i.e cant click ok before entering password

so diferent parts of code receive control at unpredicatble moments. cant walk through code. loosely constrained.

we need to ensure all paths are correct when debugging

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