1
vote
When to throw an exception
I have philosophical problems with the use of exceptions. Basically, you are expecting a specific scenario to occur, but rather than handling it explicitly you are pushing the problem off to be han …
1
vote
How to conduct a successful code review?
The two best practices I can suggest are:
1) Have a solid process for code reviews and make sure everyone gets trained on how & why they are conducted.
2) Have a good moderator …
