开发者

source code cleanup

开发者 https://www.devze.com 2023-01-14 08:00 出处:网络
I have working on a web app for almost 2 years now and a lot unnecessary code(c#, html, js, css ) has accumulated in it. I have been trying to clean it up for a while now but with not great success.

I have working on a web app for almost 2 years now and a lot unnecessary code(c#, html, js, css ) has accumulated in it. I have been trying to clean it up for a while now but with not great success.

Ca开发者_开发技巧n you guys sugest ways(tools) by which i speed up this process.


Perhaps you should try using Resharper. Should work fine with Visual Studio.


What you are trying to do is called refactoring. Most IDEs provide automated support for it to a greater or lesser extent (depending on the language too) - check out yours.

It's no silver bullet - you still have to think, plan, write unit/functional tests to ensure you are not breaking anything, etc. But there are known methods and processes in place, which help you a lot.

0

精彩评论

暂无评论...
验证码 换一张
取 消