0
votes
1answer
26 views
What are some good ‘software design’ books / resources that are currently recommended?
Hi all,
Before you flag this as question that is too general, I'm simply looking for a resource or two. I recently applied to several full time positions among some of the tech …
2
votes
1answer
65 views
handling amorphous subsystems in formal software design
People like Alexander Stepanov and Sean Parent vote for a formal and abstract approach on software design.
The idea is to break complex systems down into a directed acyclic graph a …
3
votes
3answers
50 views
Collection item knows about collection it is contained - does this smell?
Allright, this might be a strange question and maybe I am heading the wrong direction, but here is my problem:
I have a SearchForm object which holds a collection of Tag objects. …
4
votes
6answers
141 views
Fun Ideas for an embedded senior design project?
I have a class called Senior Design next semester and we are looking for fun or interesting ideas that anyone might have for an embedded project. We will have Electrical Engineers, …
0
votes
0answers
30 views
Communication between components (software design question)
I have an application with the following UI components:
Main Menu
Folders Tree
Query Builder
Tabbed Lists (each tab has a grid that can display data entities)
The application …
0
votes
4answers
105 views
Java: Using one function to return a few different types of value
I have a readData() function that reads files a returns a few different objects of parsed data. Right now, the return type of readData() is Object[]:
Object[] data = readData();
M …
1
vote
5answers
138 views
Java: Using one class to generate objects of another
I have two classes. SpeciesReader takes files and parses them. Species stores certain data about a species, which has been parsed from the file.
Currently, I have a method: Specie …
1
vote
2answers
79 views
What do you look for in a sequence diagram to indicate that the system is well architected?
What good-practice-indicating idioms do you look for in a sequence of method invocations, as depicted on sequence diagrams?
2
votes
5answers
150 views
Diagramming program to help in designing software?
I'm looking for a diagramming program that can help in designing software, right from the high-level requirements down to the low-level classes and functions.
I've seen a lot of U …
2
votes
4answers
206 views
Communication between programs in .NET
Hi,
I want to separate modules of my program to communicate with each other. They could be on the same computer, but possibly on different ones.
I was considering 2 methods:
cr …
2
votes
3answers
129 views
What is the current software development/design book you are reading? [closed]
Hello *,
I am constantly interested in reading interesting software development or design books. I think this post could be a great source to share opinions on books currently rea …
7
votes
15answers
259 views
Predictive vs Reactive software design
I know that for me I first got started following the waterfall method of project management and along with that I went with the predictive approach to software design. In this I m …
3
votes
4answers
77 views
How can i write Addon/Plugin-friendly code ?
Hi there ,
i want to know how i can make my code Plugin/Priendliy.
Lets say :
I have a program and on the User interface there would be an Addons section , where other devel …
0
votes
2answers
74 views
Class Design: Demeter vs. Connection Lifetimes
Okay, so here's a problem I'm running into.
I have some classes in my application that have methods that require a database connection. I am torn between two different ways to des …
1
vote
3answers
82 views
database archiving vs timeperiod based tables/fields
I am working on an employee objectives web application.
Lead/Manager sets objectives for team members after discussing with them. This is an yearly/half-yearly/quarterly depending …
