diff options
-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 |