how to have fun while doing personal programming
2024-11-02 02:23
well, just like the title says, i'm gonna show you how to have fun while doing personal programming, at least, how i have fun while doing it. i also think these things were crucial towards me learning to program as well.
don't worry about these things:
- writing nice code
- writing repetitive code
- hard-coded strings
- optimization
- about how idiomatic your code is
- error checking
- security
- whether or not other people want to use this code
- doing things the "bad" way
- reinventing the wheel
- shelling out to do something a standard library doesn't provide
- commenting your code
- what others think about your code
buuut if you enjoy doing all this stuff, then go ahead! just program how you like to program.
so, in short: do not worry about your code