diff options
author | elioat <elioat@tilde.institute> | 2022-11-29 19:02:55 -0500 |
---|---|---|
committer | elioat <elioat@tilde.institute> | 2022-11-29 19:02:55 -0500 |
commit | 8cc9e2c920d1a334c203ff592fa42f26bf037677 (patch) | |
tree | a693882200c2a27ca66b3fe21fc35cfa96d8d7cf | |
parent | ed25f5b4799d8a14e040ff2b9e68f0b4f4407ecb (diff) | |
download | december-2022-8cc9e2c920d1a334c203ff592fa42f26bf037677.tar.gz |
*
-rw-r--r-- | README.md | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/README.md b/README.md index a02b1e9..1fd9af3 100644 --- a/README.md +++ b/README.md @@ -1 +1,21 @@ -write a little bit of code every day in december +# December 2022 + +## Goal + +In lieu of doing the Advent of Code I aim to write a little bit of code 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. + +So, the goal for December is to do the damn thing -- no just read about it. + +## What? + +This remains an open question -- I'm thinking of a GUI PokeDex application. + +Why a GUI PokeDex? + +I've never really done GUI programming and you can *always* use a PokeDex. \ No newline at end of file |