Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I\'m having some trouble deciding how two classes should interact and the problem I\'m having seems like it would come up a lot so I was wondering if anyone knows of a design pattern (or any kind of s
Let\'s consider python (3.x) scripts: main.py: from test.team import team from test.user import user if __name__ == \'__main__\':
I\'m fairly new to Java, and I need some help figuring out a good class hierarchy and overall design for an assignment we\'ve been given (i\'m studying CS).
I\'m currently working on a SSIS package and after the 80th time using FireInformation inside a Script Task, I have to wonder: why would the method require yo开发者_如何转开发u to pass in a ref boolea
Little question concerning app architecture: I have a python script, running as a daemon. Inside i have many objects, all inheriting from one class (let\'s name it \'entity\')
I have a button in my App called myButton, what I what to do is really simple. I want to have an integer that adds one to itself every time the Button is pushed. Here\'s what the code looks like r开发
In a partially mutable class, is it better to mix mutable fields with its immutable ones, or create a new class (or classes) that encapsulate them?Here\'s an example in C# of what I\'m talking about:
Here is a synopsis of my code which is a moderately complex WinForms GUI. The context of the dependencies is the model view presenter pattern.
I\'m building a library where I\'ve got a p开发者_StackOverflow中文版attern like the following: