maintainability
How to avoid a switch block with 300 cases?
I am trying to add 300 Challenges into my program, but only display them if theCompletionValue.IsChecked = false;[详细]
2023-04-09 04:45 分类:问答experience with play! framework big applications maintainability
Play! framework really lets you get up and running quickly, but I wonder how hard it gets to maintain ap开发者_StackOverflow中文版plications once they start to grow in size and complexity...[详细]
2023-03-30 03:29 分类:问答A big Utility or separate into different pieces?
I am writing an application, which will a few programmers involve in. We come up with some problems when managing source code. We usually have a Utility.php, which share among different users. So, we[详细]
2023-03-20 11:55 分类:问答jQuery design pattern for selectors to improve code maintainability?
Yesterday I had to go back to a page I had worked on a few weeks ago to redo the UI. The UI consisted of a jQuery UI tab control with 3 tabs. Each tab had 3-5 controls inside of it, and a submit butto[详细]
2023-03-17 12:02 分类:问答Which cast style is better and why?
Imagine in C++ two classes one named derived and another named base that is a base class of the first.If I had the following code, which is preferred:[详细]
2023-03-14 04:16 分类:问答Android Patterns: A Spinner where every item launches a different Activity
I\'m trying to build a complex form where almost all of the elements are optional. It starts with just a single field and an \"add element\" button. When you click add, the form shows a Spinner of the[详细]
2023-03-12 10:46 分类:问答Add an attribute or create a new level in the XML hierarchy?
I am currently working on an XML document that was written for an XML hierarchywith only 2 levels. Right now, I want to add a one-to-many categorization to it that would break most of the code that wo[详细]
2023-02-14 22:26 分类:问答Is there a built in way to avoid magic strings with the Entity Framework's Include()? [duplicate]
This question already has answers here: Closed 10 years ago. Possible Duplicate: Entity Framework Include() strongly typed[详细]
2023-02-05 17:55 分类:问答How to hot update applications professionally
I wonder how big aplications (with several appliacation servers and loadbalancers) are hot update to actual version without takeing offline for users. Skipping database shema here - only application l[详细]
2023-01-31 17:18 分类:问答Alternatives of Google App Engine + Java
If I develop my web application on GAE using Java, in future would I have easy migration opportunities, or will I stuck to GAE?[详细]
2023-01-28 03:15 分类:问答