design-principles
Interface Segregation Principle in jQuery
Anyone a开发者_如何学运维ble to give a good illustration of how this works in jQuery? Specifically with regards to the answer from here.[详细]
2023-02-18 02:50 分类:问答UOM (units of measure) design patterns
Looking for general design patterns principles with respect to storing and开发者_StackOverflow中文版 converting known values (i.e. meters to feet). Been googling with no luck so I must be missing some[详细]
2023-02-17 01:18 分类:问答Good Sources for simple/gradual exposure to Design Patterns [closed]
Closed. This question does not mee开发者_Python百科t Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-02-15 09:45 分类:问答Comments on my design v2
I posted not so long ago a class diagram for an application that I am making. Got some helpful tips and went to work. Designing sure is tough! Anyways, I made a version 2.0, but ran into other things.[详细]
2023-02-12 04:10 分类:问答Is using Java's instanceOf compatible with the "program to an interface" design principle?
As you know the \'program to an interface\' des开发者_开发知识库ign principle broadly prefers supertypes instead of concrete types or implementations.[详细]
2023-02-10 05:02 分类:问答Should object-oriented principles be applied in procedural languages?
I know that it\'s possible in principle to turn even procedural languages such as C or MATLAB into object-oriented ones. This question has been fairly well discussed here and here.[详细]
2023-02-06 04:22 分类:问答Need repository layout references
I am anticipating a battle over Subversion repositories:currently we have a single web application that was checked in as 3 main projects and 2 reports projects (when I started 6 months ago), is now u[详细]
2023-01-31 11:37 分类:问答Can you apply OOP to Linq Projections?
Using Visual Studio 2010 .Net Framework 4 C# Linq to Entities Issue I would like to be able to apply Object Oriented Principles like DRY and SOLID to some Linq Projections.With compiled queries o[详细]
2023-01-18 13:05 分类:问答Max number of Activities!
Is there any design guideline on the number of Activities an application could have? If there is a limit, what would be the ideal number of Activities that can be bundle开发者_如何学编程d in an Androi[详细]
2023-01-14 12:21 分类:问答Returning a new Object vs modifying one passed in as a parameter
I came across the following开发者_JAVA百科 piece of code during a code review. My intuition is telling me that this isn\'t following proper OOP.[详细]
2023-01-11 08:26 分类:问答