←back to thread

123 points mooreds | 1 comments | | HN request time: 0.236s | source
Show context
gabrieledarrigo ◴[] No.45216732[source]
> My workflow has changed since adopting async programming. I now work on four or five tasks simultaneously: one complex problem synchronously and three or four in the background.

Someone, please, try to convince me why this is a positive thing.

replies(1): >>45216781 #
1. Sparkle-san ◴[] No.45216781[source]
Perhaps the background tasks are ones with obvious solutions? I use Claude code to write boilerplate terraform for me as I know what it should look like and I often don't want to write it myself as it is not novel or exciting. I could see the argument that I batch a couple of these out to AI, focus on something more complicated, and then come back later to essentially code review them or make necessary adjustments.