▲ | bpt3 3 days ago | ||||||||||||||||
It takes my longer to thoroughly review code I didn't write, especially code written by a junior developer. Why would I choose to slow myself down in the short term and allow my skills to atrophy in the long term (which will also slow me down)? | |||||||||||||||||
▲ | webstrand 3 days ago | parent [-] | ||||||||||||||||
I actually enjoy writing code... most of the time. I find myself turning to AI to write code I have an aversion to writing, not as a substitute for my own practice, but to get code that I would not have written in the first place. Like benchmarks, bash scripts, dashboards, unit tests, etc. I can live without these things, but they're nice to have without expending the effort to figure out all the boilerplate necessary for solving very simple problems at their core. Sometimes AI can't get all the way to a solution, but usually it sets up enough of the boilerplate that only the fun part remains, and that's easy enough to do. | |||||||||||||||||
|