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 LINQ queries and am trying to determine the most efficient refactor. The original line is a query similar to:
Help me code this scenario better. Let\'s say I have a baseclass named \"car\", and two derived classes named \"Ferrari\" and\"Chevrolet\". Now I have an new class named \"ParkingLot\", which s开发者_
I was cleaning up some code and happened upon com.example.StringHelper that contained 6 or 7 public static methods (for example concatStrings(String...), but no member fields. There were a number of c
I\'m working in C++ enviroment and: a) We are forbidden to use exceptions b) It is application/data server code that evaluates lot of requests of different kinds
I\'ve got an app which has grown too big and I\'d like to split it into two. It\'s not an easy task code-wise, but I\'m more afraid of the database migrations I\'ll have to perform. Is there a proven
We are refactoring a legacy web app and as a result are \"killing\" quite a lot of JavaScript code but we\'re afraid of deleting what we think is dead code due to not being 开发者_JAVA百科sure.Is ther
I wrote a swing lib and i used it into my project with matisse. Now i want do some name-packaging-change, a very simple operation but the problem is refactoring can\'t touch the code written by matis
EDIT 3: I\'ve gotten this working by ignoring the advice given below and listening on the window, but only when an input, text field, or textarea is not focused. I\'m not sure if this is the best way
Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post.