Write code like a human will maintain it
unstack.io
Write code like a human will maintain it
1–10 of 325 posts
Re: Write code like a human will maintain it
#2Re: Write code like a human will maintain it
#3"Add comments to your code under the assumption that the next person to maintain it is a homicidal maniac who knows where you live"
Re: Write code like a human will maintain it
#4Re: Write code like a human will maintain it
#5Re: Write code like a human will maintain it
#6bottom up AI use seems a godsend compared to the corporate AI rat race.
i setup some slop reporting systems and ensured my boss knows theyre great starting points but serious use requires real time investment.
Re: Write code like a human will maintain it
#7I started using AI with the best intentions. Checking everything before committing. Improving output by hand if it didn't quite follow the existing code style guidelines or variables were not named as well as they should be. Or if it did something sloppy or hacky.
Now, AI GOES BURRRRRRRRRRRR! If the tests pass it's good to ship. AI can deal with the problems it may create. No problems so far.
Re: Write code like a human will maintain it
#8[flagged]
Re: Write code like a human will maintain it
#9Maybe someone has the perfect claude.md that solves this problem but I have not seen it.
Re: Write code like a human will maintain it
#10There is an old quote: "Add comments to your code under the assumption that the next person to maintain it is a homicidal maniac who knows where you live"