Mohammad’s Reviews > Clean Architecture > Status Update

Mohammad
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
Clean Architecture

flag

Mohammad’s Previous Updates

Mohammad
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
Clean Architecture


No comments have been added yet.