Monday, March 9, 2015

When doing a Find and Replace in Visual Studio 2013...

I recommend clicking the "Match case" icon as seen here:

In this situation, if you don't "Match case" then instances of MyRepository handed in at method signatures as variables dubbed myRepository are going to get convered from camel case to Pascal case. I recently made this mistake. Don't make it yourself. The compiler obviously doesn't catch this.

No comments:

Post a Comment