Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 337 Bytes

code_is_read_more_than_written.md

File metadata and controls

9 lines (6 loc) · 337 Bytes

Code is Read more than Written

Now that you more or less can write a full program, it won't be long before you write a program of "signficant size."

This makes it a good time to start drip feeding some of the higher level concepts around software development.

The first of these is a statement: Code is read more then it is written.