From 6e32b1c668cb5bdc5196fd7ab6eb4d4c694d47f7 Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Thu, 2 Jul 2015 19:40:24 -0400 Subject: [PATCH] change up ending paragraphs --- .../about/write-code-every-day/index.md | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/contents/writing/about/write-code-every-day/index.md b/contents/writing/about/write-code-every-day/index.md index 68025d8..41e84af 100644 --- a/contents/writing/about/write-code-every-day/index.md +++ b/contents/writing/about/write-code-every-day/index.md @@ -44,9 +44,15 @@ configuration file syntax. Anywho, enough of me trying to self promote projects. The main point is that by trying to replicate something that already exists, without really trying to do anything new, I came up with an idea which spawned another project and -for at least a week (and continuing now) gave me a reason to write code every day. - -I like using this approach for learning new tools as well. Want to learn `python`, `go`, `c`, `erlang`, `react`, `web components`, `angular`, -`ember`, `express`, ``, then write something you already know about first. Try to take "coding every day" -not as a challenge to write something useful every day, but to learn something new every day. Learn part of a new language, -a new framework, learn how to take something apart or put it back together. Write code every day and learn something new every day. +for at least a week (and continuing now) gave me a reason to write code every day. Not only did I write something +useful that I can now use in any future project of mine, I also learned something I did not know before. I learned +how to hand code a syntax parser in `go`. I like using this approach for learning new tools as well. Want to learn +`python`, `go`, `c`, `erlang`, `react`, `web components`, `angular`, `ember`, `express`, ``, +then write something you already know about first. + +Ultimately, try to take "coding every day" not as a challenge to write something useful every day, but to learn +something new every day. Learn part of a new language, a new framework, learn how to take something apart or put +it back together. Write code every day and learn something new every day. The more you do this, the more you will +learn and the better you will become. + +Go forth and happy coding. :)