Skip to main content
  1. Refs/

Clean Code

··1 min
Table of Contents

Takeaways #

  • All programs ever written are some combination of these three:

    • Sequence: one line after the other
    • Selection: lines separated by if statement
    • Iteration: lines in a loop

Favorite Quotes #