I really like coding. I probably like it because what I'm doing is relatively simple and of no consequence, but I enjoy thinking through a problem algorithmically. trial and error. problem solving. etc.

i've really taken to functional program. it feels efficient. i've been working a lot on trying to rely on function calls as frequently as possible in order shorten code and make it more readable. this was a fun one. it took me a day for things to click, but it felt pretty rewarding when it all worked out at the end.