Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing
I开发者_如何转开发 am refactoring some code for an assignment - currently the view has lots of buttons and menus and one action listener which decides what to do by using event.getSource(). From what
I am trying to extract out the common code pattern here in an extract method, but am having trouble finding the proper type for the type of Presenter.Any help?
Is there a tool that can run through a visual studio solution and adjust access modifiers to anything not being called in the solu开发者_开发百科tion is converted to private or internal where applicab
I\'m working on a spaghetti monster (unfortunately not of the flying variety), and I\'ve got a question about proper design.
The big question is are there any \"built in\" SQL Server 2005 functions to serialize / deserialize string parameters to a table variables?The rest explains my need further, but may not be necessary.
So I have this stinky method, the two conditional blocks do almost the exact same thing, but with radically different parameters (at least in my eyes). I want to clean it Uncle Bob style, but can\'t f
I am parsing a file with python and pyparsing (it\'s the report file for PSAT in Matlab but that isn\'t important). here is what I have so far. I think it\'s a mess and would like some advice on how t
As a developer that\'s used to static typing I usually let the compiler tell me if the code is correct, logic flaws excluded of course. But when refactoring PHP I find it is VERY hard to know that my
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.