Deleted Comment
- Dokku [0]
- CapRover [1]
One thing I feel like a lot of people don't realize is just how big a difference it is to go from a 5-day week to a 4-day week. Sure, it's "just one day" but when you think about the ratio between time-on and time-off, the shift becomes a lot more dramatic. 5-on, 2-off means you spend over twice as many days working as not working. 4-on, 3-off means you spend a nearly equal number of days on each. It's just one day of difference, but it feels like a major, major shift.
My perfect 4-day workweek is having the Wednesday off so I have a 'mini-weekend' in my week. I only ever have to work 1 more day until I have some time to clear my head, make some music, etc. It feels like a more healthy work/life balance. And I feel sharper after a day off.
I don't 'hate' loops, I still use them sometimes. Personally I just try to avoid them (in JS) because I feel like I can solve my problem without any side-effects. It's something less to think about. It's nice when the logic/variables for a function are encapsulated entirely inside that function. It also makes it easy to extract functions so you can re-use them elsewhere.