Mohammad’s Reviews > Clean Architecture > Status Update
Mohammad
is on page 71 of 432
Part II:
3 Main programming Paradigms comes with 3 disciplines:
-Structured programming
= discipline on Direct transfer of control
=Decomposable , testable , falsifiable
-Object oriented Programming
=discipline on indirect transfer of control
=polymorphism
=more control over code dependency
-Functional programming
=discipline on variable assignment
=immutable state
=protection against concurrency issues
— Apr 09, 2019 04:16AM
3 Main programming Paradigms comes with 3 disciplines:
-Structured programming
= discipline on Direct transfer of control
=Decomposable , testable , falsifiable
-Object oriented Programming
=discipline on indirect transfer of control
=polymorphism
=more control over code dependency
-Functional programming
=discipline on variable assignment
=immutable state
=protection against concurrency issues
Like flag
Mohammad’s Previous Updates
Mohammad
is on page 52 of 432
Dijkestra once said, "Testing shows the presence, not the absence of bugs." In other words,a programm can be proven incorrect by test, but it cannot be proven correct.
— Apr 08, 2019 09:12AM

