66
I know I should... but I just really don't wanna
(programming.dev)
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
I prefer acceptance tests or end-to-end tests mostly for personal projects. Libraries I write will have unit tests though.
However, for the most part. Personal projects are a lot of prototyping and throwing away. Unit testing and testing in general can get in the way of that.