Hacker News new | ask | show | jobs
by DeathArrow 55 days ago
It actually helps me write better code. I am pretty lazy so I kind of don't do much refactoring unless I have to, I care mostly about happy paths and I kind of avoid treating edge cases unless I can't do it. I usually don't optimize much.

But since writing code is very easy now with AI I write better code because it doesn't take me more time and effort.