Skip to content

Instantly share code, notes, and snippets.

@jescalan
Last active November 5, 2024 21:58

Revisions

  1. Jeff Escalante revised this gist Aug 1, 2014. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions programming.md
    Original file line number Diff line number Diff line change
    @@ -1,7 +1,7 @@
    > A beginning programmer writes her programs like an ant builds her hill, one piece at a time, without thought for the bigger structure. Her programs will be like loose sand. They may stand for a while, but growing too big they fall apart.
    "A beginning programmer writes her programs like an ant builds her hill, one piece at a time, without thought for the bigger structure. Her programs will be like loose sand. They may stand for a while, but growing too big they fall apart.

    > Realizing this problem, the programmer will start to spend a lot of time thinking about structure. Her programs will be rigidly structured, like rock sculptures. They are solid, but when they must change, violence must be done to them.
    Realizing this problem, the programmer will start to spend a lot of time thinking about structure. Her programs will be rigidly structured, like rock sculptures. They are solid, but when they must change, violence must be done to them.

    > The master programmer knows when to apply structure and when to leave things in their simple form. Her programs are like clay, solid yet malleable."
    The master programmer knows when to apply structure and when to leave things in their simple form. Her programs are like clay, solid yet malleable."

    -- Master Yuan-Ma, The Book of Programming
  2. Jeff Escalante revised this gist Aug 1, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion programming.md
    Original file line number Diff line number Diff line change
    @@ -4,4 +4,4 @@
    > The master programmer knows when to apply structure and when to leave things in their simple form. Her programs are like clay, solid yet malleable."
    > - Master Yuan-Ma, The Book of Programming
    -- Master Yuan-Ma, The Book of Programming
  3. Jeff Escalante created this gist Aug 1, 2014.
    7 changes: 7 additions & 0 deletions programming.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    > A beginning programmer writes her programs like an ant builds her hill, one piece at a time, without thought for the bigger structure. Her programs will be like loose sand. They may stand for a while, but growing too big they fall apart.
    > Realizing this problem, the programmer will start to spend a lot of time thinking about structure. Her programs will be rigidly structured, like rock sculptures. They are solid, but when they must change, violence must be done to them.
    > The master programmer knows when to apply structure and when to leave things in their simple form. Her programs are like clay, solid yet malleable."
    > - Master Yuan-Ma, The Book of Programming