English 中文(简体)
Guidelines/principles for package and component design [closed]
原标题:

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 7 years ago.

Alright, our visual studio solution grows big in terms of the number of projects in it. Except for things that are obvious, I want to check whether the way it is now is what it has to be or we can better reorganize/package it.

Do you know of any good text on guidelines, principles of package and component design that I can reference? Something in depth, with good analysis, not just tier a, b,c or layer 1, 2, 3, etc.

Thanks.

最佳回答

Chapter 28 in the book Agile Principles, Patterns, and Practices in C# by Robert Martin and Micah Martin covers the principles.

问题回答

暂无回答




相关问题
Should I keep the package name when extending a class?

I plan to extend a JSF renderer. The package name is oracle.adfinternal.view.faces.renderkit.rich Should the extended class be in the same package structure: oracle.adfinternal.view.faces.renderkit....

Apparent Hierarchies of Packages

In this post http://java.sun.com/docs/books/tutorial/java/package/usepkgs.html into the paragraph "Apparent Hierarchies of Packages" is written: "" At first, packages appear to be hierarchical, but ...

Conflicting Python Packages How can it be Resolved?

So we went to implement something today, and discovered that there already is several applications relying on the old implementation of our inhouse python library. Called cis_py. Now all applications ...

Application packaging

I m using Visual Studio to create my installation package. My application use some bitmap and other data file. I currently include these files in my setup project. Is there a way to embed these file ...

热门标签