because adulthood is lonely

WallAboutListLeave

#70 — Wed 22 October 2025 by Evan Chen

I realized when playing The Farmer Was Replaced how I've gotten used to not optimizing my code in real life.

For me, the most important thing with my Python code is that it's easy to read and obviously correct. For my applications a runtime of 1 millisecond vs 10 milliseconds doesn't matter. (If runtime did matter, I might not be using Python anyway.)