7

One advice I've given to most junior developers which they've practically benefited from is...
"Avoid duplicate comments between interfaces and their base class at all times".
As a smartly-lazy dev, you shouldn't enjoy writing same thing multiple times... be it code or comment, don't write it twice!

Comments
  • 2
    @yowhatthefuck That's the default signature of a C# source.
  • 0
    I’m pretty sure the C# standard conventions advocate for parameters in camelCase.
Add Comment