design-guidelines
Adding a legend for colors in ListView WinForms C# [closed]
Closed. This question needs to be more focused. It is not currently accepting answers. Wan开发者_JS百科t to improve this question? Update the question so it focuses on one problem only by ed[详细]
2023-03-31 05:33 分类:问答Is it good practice to add new classes to framework namespaces?
A long time ago, I remember reading a quite strong recommendation from Microsoft against adding your own classes to framework namespaces. I\'ve been unsuccessfully searching for it.[详细]
2023-03-07 10:39 分类:问答When is it correct to create an extension method?
I have a piece of code like the following: public class ActivityHelper { public void SetDate(IList<Activity> anActivityList)[详细]
2023-02-07 15:33 分类:问答Rails Newbie: Recommendations for error handling in controller
Sorry if the question is obvious, I am only starting to work with Rails. I have a following code in se开发者_如何学编程veral controller methods now:[详细]
2023-01-22 01:23 分类:问答Abstract Class Design: Why not define public constructores?
Look here (Abstract Class Design): http://msdn.microsoft.com/en-us/library/ms229047.aspx It says: (1) Do not define public or protected internal (Prot开发者_C百科ected Friend in Visual Basic) constr[详细]
2023-01-21 19:39 分类:问答Guidelines for writing a test suite [closed]
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[详细]
2023-01-21 17:10 分类:问答Best practice for keeping data in memory and database at same time on Android
We\'re designing an Android app that has a lot of data (\"customers\", \"products\", \"orders\"...), and we don\'t want to query SQLite every time we need some record. We want to avoid to query the da[详细]
2023-01-15 06:45 分类:问答Code "internationalization"
I worked on different projects in different countries and remarked that sometimes the code became internationalized, like[详细]
2023-01-04 14:57 分类:问答-
Hide or Disable? In this example and in general
I have the following set of controls. Scenario 1: If you select one of the first 3 radio buttons and click enter, focus will jump to the Passport Number text box. If the user selects \"Other\", t[详细]
2022-12-29 04:51 分类:问答 At what level of abstraction does Single Responsibility Principle (SRP) no longer make sense?
I\'m getting push back on a design from a colleague, and am wondering if there\'s consensus as to who is correct on application of SRP in this case.[详细]
2022-12-13 19:49 分类:问答