code-cleanup
How to make this C++ code more DRY?
I have these two methods on a class that differ only in one method call. Obviously, this is very un-DRY, especia开发者_如何学Clly as both use the same formula.[详细]
2022-12-27 15:56 分类:问答Resharper Tip/Trick... is this possible?
How can I have Resharper convert code file like using Stuff; using Stuff.MoreStuff; using Stuff.MoreStuff.EvenMoreStuff;[详细]
2022-12-19 10:10 分类:问答How to recognize that short code blocks can be refactored into something cleaner?
i have a bit of code that i wrote a few weeks ago (the code\'s purpose isn\'t so much important as its structure):[详细]
2022-12-18 08:13 分类:问答ListBox is null in Select method of ObjectDataSource
I couldn\'t come up with a good subject.I have a simple ASP.NET 3.5 form.If you follow the numbered comments, I explain how I am stepping through the code when I run the page in debug mode.Both of the[详细]
2022-12-16 21:21 分类:问答Determining which PHP source files are not used
I have a large web app, and I think 开发者_运维技巧there are a bunch of old files that are no longer being used, is there an app which can tell me what these files are?There is also the Dead Code Dete[详细]
2022-12-12 13:39 分类:问答How to bulk cleanup imports in Java with Eclipse? [duplicate]
This question already has answers here: Can you organize imports for an ent开发者_开发知识库ire project in eclipse with a keystroke?[详细]
2022-12-11 22:21 分类:问答