diff options
author | Calvin Morrison <mutantturkey@gmail.com> | 2013-10-06 20:38:53 -0400 |
---|---|---|
committer | Calvin Morrison <mutantturkey@gmail.com> | 2013-10-06 20:38:53 -0400 |
commit | 3039901ec7b2e1ba076a3a181c7430df0ac1c46c (patch) | |
tree | d724e6203c35270c0816711589041f5fd1a0f6ef | |
parent | 096691d561c44ecb86c7c7f1a57a7f50e01e4dc6 (diff) |
Update premature_optimization.md
-rw-r--r-- | premature_optimization.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/premature_optimization.md b/premature_optimization.md index a384ac1..845b6e5 100644 --- a/premature_optimization.md +++ b/premature_optimization.md @@ -117,8 +117,7 @@ Plenty of room for improvement! ## Attempt #2 ## - - +I am going to skip forward to commit #dc659709ec94c9d414df8b04f62322f74e1e4a0d. Between that commit and the earlier one was a bit of clarification of code, a few declaration changes, but nothing that would redefine the nature of the code |