When you won’t need a language anymore, should you still use it? [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for […]
Is it OK for a function to modify a parameter
We have a data layer that wraps Linq To SQL. In this datalayer we have this method (simplified)
Extend functionallity of a class: inheritance or java’s dynamic proxy
Currently I have three classes and respective interfaces and respective builders:
Should session variables be avoided?
I used to heavily rely on session variables in the past, but have recently found many of them to be unnecessary, using things like query string parameters instead.
How can you tell whether to use Composite Pattern or a Tree Structure, or a third implementation?
I have two client types, an “Observer“-type and a “Subject“-type. They’re both associated with a hierarchy of groups.
Object-Oriented Design: What to do when responsibility of the class is big
I applied principles of the GRASP and ended up having a class called Environment.
This class’s responsibilities are to:
Should I build a multi-threaded system that handles events from a game and sorts them, independently, into different threads based on priority?
Can I build a multi-threaded system that handles events from a game and sorts them, independently, into different threads based on priority, and is it a good idea?
Freelance Web Developer tools [closed]
Closed 10 years ago.
Different kinds of safety [closed]
It’s difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 11 years ago. Programming languages and programs (as wells as individual […]
Abstract DAL – Use Interface with Internal Class?
We have a business logic layer (BLL) that is tightly coupled to our data access layer (DAL). We make calls like this: