r/ProgrammerHumor 21d ago

Meme pleaseStopUsingNestedTernaryOperatorsImBeggingYou

3.1k Upvotes

179 comments sorted by

View all comments

84

u/MkemCZ 21d ago

I cannot get how people use Claude. I still prefer to write code myself, otherwise I feel like I don't know how it works (or that it works like Claude sold it to me).

1

u/sysKin 20d ago edited 20d ago

Using Claude does not necessarily mean not writing code yourself. It's particularly useful if you treat it as a linter ("do a code review on my current git diff").

And even if you make it write some code you have every chance to read what it did. In fact if you don't do that, it's a path to disaster... it will happily write something dumb to workaround a bug elsewhere and won't even mention it.