Way to check redundant code in C# -
is there tool or way can check how can optimize code? removing redundancy? using vs 2010
thanx
i don't know removing redundancy, resharper has nice code analysis features can identify unused code blocks. can make suggestions cleaner code, it's not 100% accurate.
Comments
Post a Comment