▲ | gabrieledarrigo 3 days ago | |
> 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. | ||
▲ | Sparkle-san 3 days ago | parent [-] | |
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. |