Home - ttulka/programming GitHub Wiki

Collection of Programming Notes

The fewer choices programmers have, the more resilient their code becomes.

  • Structured programming imposes discipline on direct transfer of control.
  • Object-oriented programming imposes discipline on indirect transfer of control.
  • Functional programming imposes discipline upon assignment.