| ▲ | graybeardhacker 3 days ago | |
I use Claude Code every day and have for as long as it has been available. I use git add -p to ensure I'm only adding what is needed. I review all code changes and make sure I understand every change. I prompt Claude to never change only whitespace. I ask it to be sure to make the minimal changes to fix a bug. Too many people are treating the tools as a complete replacement for a developer. When you are typing a text to someone and Google changes a word you misspelled to a completely different word and changes the whole meaning of the text message do you shrug and send it anyway? If so, maybe LLMs aren't for you. | ||
| ▲ | kristianp 2 days ago | parent | next [-] | |
`git add -p` sounds like a useful tool to try. | ||
| ▲ | nunez 2 days ago | parent | prev [-] | |
i use claude in more or less the same way but it sure is tempting to just glaze over the 300+ line diffs it produces. | ||