5
votes
Should constructor variables pass direct to private fields or properties?
Using properties is OK as long as they are not virtual/overridden. Properties are essentially methods, and you should not call virtual methods from within the constructor because the appropriate t …
8
votes
Your personal, successful coding practices.
When approaching other people's code I've taken to assuming that I am the biggest idiot on the face of the planet who has never seen a single line of code in his life. That way, whenever I get the …
