25

That feeling when you remove unused parts of the code.

Comments
  • 4
    It is like taking bath on Monday Morning after a full weekend of laziness
  • 4
    > Big ol' legacy C# .NET project
    > ReSharper installed in Visual Studio
    > Start the "Find unused code" feature
    ONE ETERNITY LATER
    > Remove all of that sheet
    > I think I just busted a .NUT
  • 4
    That feeling when you have unused code still being used 😓

    Comments lie, code lies too

    // this has been removed and can be deleted at a later date.
    methodXyz_Depricated(){}

    Still in use 😫
Add Comment