diff options
author | elioat <elioat@tilde.institute> | 2022-11-30 08:08:01 -0500 |
---|---|---|
committer | elioat <elioat@tilde.institute> | 2022-11-30 08:08:01 -0500 |
commit | ffdd38a03b0d90a3e19d68f93ba715e49df38620 (patch) | |
tree | 286bb71037fda02f0b91a7fb2fde13ed2548ed10 | |
parent | 326411e1c795eabc5ebf83901901ef51b9838690 (diff) | |
download | december-2022-ffdd38a03b0d90a3e19d68f93ba715e49df38620.tar.gz |
*
-rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md index e655ee5..9fb169d 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,17 @@ -# December 2022 +# December Adventure ## Goal -In lieu of doing the Advent of Code I aim to write a little bit of code every day in December. +In lieu of doing the Advent of Code I aim to a little bit of programming every day in December. A toot from a friend in response to my reading more about programming then actually programming: > One program (that you work on every day). If it's done in less than 31 days, you start a new one immediately. If it's not done in 31 days, you still count it 100% as a win because the goal wasn't to finish it, it was to work on it. -The goal isn't necessarily to *finish* a thing, but to do the thing. I've a tendancy to get stuck in a rut of reading-reading-reading and not locking things into the vault with actual playtime...the curse of liking programing systems and languages more than the actual act of programming. +The goal isn't necessarily to *finish* a thing, but to do the thing; I've a tendancy to get stuck in a rut reading-reading-reading and not locking things into the vault with actual playtime...this is the curse of liking programing systems and languages more than the actual act of programming. -So, the goal for December is to do the damn thing -- no just read about it. +So, my goal for December is to do the damn thing -- not just read about it. ## What? -This remains an open question -- I'm thinking of a pokedex \ No newline at end of file +This remains an open question -- I'm thinking of a pokedex to start. \ No newline at end of file |