I have an interface that has ~16 input field boxes.They are all declared as public pointers within a class, initialized, etc.However, as my code has grown more and more with private functions doing da
I\'ve recently upgrade to Xcode 4 and was genuinely hoping that this new ver开发者_JS百科sion might put Xcode on a more equal footing with other IDEs like Eclipse and IntelliJ, but it\'s looking incre
Is it possible to check the code and find all places where conversion errors might hap开发者_运维技巧pen.
In Eclipse\'s \"Package Explorer\", let\'s say I have a list of packages like this: com.animal.dog com.animal.cat
Ok, a while ago I read about a Re-factoring Browser for I think, Lisp (or maybe it was smalltalk). This was a tool to help with re-factoring.
Let\'s say you have several models that contain fields for address, postal code, province/country, phone number, etc.
I have a large class that I\'m breaking up into smaller chunks. So I have a base class and a new class which extends the base class.
I am currently refactoring my code so that all important classes implement an interface (for unit testability). I came across a class that implements IComparable (non-templated); something like:
I have a Rails 2.X model with 421 lines of code/comments that does a significant amount of work on the backend (opening HTTP Get requests, parsing RSS, parsing HTML, etc.).At the same time, I\'m movin
In Maven, is it possible to refactor commonly repeated fragments into a reusable \"library\" (plugin)? I realize that I can write my own plugins, but often the functionality I want to re-use is alread