package-design Questions
13
Solved
I have 2 projects.
Project#2 has a reference to Project#1
Now I need to reference Project#2 in Project#1, but vs.net is complaining about a circular dependency.
Is there a way out of this?
Impromptu asked 12/1, 2010 at 21:36
1
Solved
What is a good way of keeping track of the state of development and/or visualizing how all your R packages are linked to each other (and its "third-party" dependencies)?
I usually try to apply a "...
Lacedaemon asked 26/5, 2016 at 13:54
3
After reading this wiki on the Stable Abstractions Principle (SAP) I was wondering if anyone knows any disadvantage to depending on abstractions rather than concretes (i suppose, that outweig...
Dacha asked 9/11, 2015 at 9:25
3
Solved
Recently I came across this javalobby post http://java.dzone.com/articles/how-changing-java-package on packaging java code by feature.
I like the idea, but i have few questions on this appr...
Boughten asked 31/7, 2012 at 4:48
14
Solved
I've worked with designing databases for a loooong time, and these days I'm working in C# too. OO makes sense to me, but I don't feel that I have a good grounding in the deep theory of OO design.
I...
Kazantzakis asked 29/10, 2008 at 11:48
9
Solved
Reading the reviews at Amazon and ACCU suggests that John Lakos' book, Large-Scale C++ Software Design may be the Rosetta Stone for modularization.
At the same time, the book seems to be rea...
Latitudinarian asked 7/12, 2009 at 15:44
4
Solved
I am interested to know how people organise their code libraries, particularly with respect to reusable components. I am talking in OO terms below but I am interested in how your organise libraries...
Eam asked 10/5, 2009 at 19:21
6
Solved
Recently I heard that there are 9 rules for OOP(Java). I know only four as Abstraction, Polymorphism, Inheritance and Encapsulation. Are there any more rules for OOP?
Cassidy asked 30/12, 2008 at 6:37
1
© 2022 - 2024 — McMap. All rights reserved.