I always get upset when people write unclear lines.
I do a lot of code reviews, and it’s taking years to explain how to write code that makes sense. Some are better, some just write, or worse - copy, things that are ambiguous, or are made such by copying them with small changes.
It’s very difficult to specify bullet-proof rules for good code. And after every step devs find more ways to fuck it up.
Yeah, what’s worked for me best is never doing straight up copy paste but try to walk through the script as I write it down because if I don’t understand it I can’t modify it.
I always get upset when people write unclear lines.
I do a lot of code reviews, and it’s taking years to explain how to write code that makes sense. Some are better, some just write, or worse - copy, things that are ambiguous, or are made such by copying them with small changes.
It’s very difficult to specify bullet-proof rules for good code. And after every step devs find more ways to fuck it up.
Yeah, what’s worked for me best is never doing straight up copy paste but try to walk through the script as I write it down because if I don’t understand it I can’t modify it.