Tagged Questions
90
votes
10answers
30k views
Component based game engine design
I have been looking at game engine design (specifically focused on 2d game engines, but also applicable to 3d games), and am interested in some information on how to go about it. I have heard that ...
77
votes
19answers
16k views
C state-machine design
I am crafting a small project in mixed C and C++. I am building one small-ish state-machine at the heart of one of my worker thread.
I was wondering if you gurus on SO would share your state-machine ...
77
votes
16answers
8k views
Websites like projecteuler.net
Sometimes I'm solving problems on projecteuler.net. Almost all problems are solvable with programs, but these tasks are more mathematical than programmatical.
Maybe someone knows similar sites with:
...
49
votes
23answers
5k views
How do you design object oriented projects?
I'm working on a large project (for me) which will have many classes and will need to be extensible, but I'm not sure how to plan out my program and how the classes need to interact.
I took an OOD ...
35
votes
16answers
893 views
Have you ever derived a programming solution from nature? [closed]
When you step back and look at ...
the nature of animals, insects, plants and the problems they have organically solved
perhaps even the nature and balance of the universe
Have you ever been able ...
34
votes
15answers
3k views
How do you plan an application's architecture before writing any code?
One thing I struggle with is planning an application's architecture before writing any code.
I don't mean gathering requirements to narrow in on what the application needs to do, but rather ...
32
votes
27answers
3k views
What kinds of tools do you use for conceptual design of your software?
I've never been happy with anything I've ever found. But not having good UML, or at a minimum some clear class diagrams, makes it difficult to move forward with design on a team. Especially if you're ...
30
votes
10answers
12k views
Software design vs. software architecture
Could someone explain the difference between software design and software architecture? More specifically; if you tell someone to present you the 'design' - what would you expect them to present? Same ...
30
votes
12answers
2k views
Best Practices - Design before coding
I'm curious How do you people think ? (I mean a way of thinking) about design architecture of your Libraries, Systems, Frameworks, etc. before start coding it.
I recently find my self feeling pain in ...
27
votes
8answers
2k views
What is opinionated software?
I often see people say that certain software is "very opinionated" or that Microsoft tends to write "un-opinionated" frameworks. What does this actually mean?
20
votes
8answers
3k views
How to improve my architecture design skills
What are some good ways I can improve my system architecture design skills?
I'm particularly interested in designs I can learn from... can anyone shoot out some examples of good design practice, ...
19
votes
14answers
3k views
Best Mind Map Software [closed]
I like to use mind mapping software when I first start a project to gather specifications. What are the best free and commercial mind mapping applications?
18
votes
6answers
994 views
How strictly do you follow the n-tier architecture and separation of concerns between the layers in your projects?
I suppose most of the developers have an idea of multi-layer architecture. We have DAL (Data access layer), we have BLL (business logic layer) and somewhere near the end of the road we have our UI. If ...
18
votes
8answers
3k views
Transactions best practices
How much do you rely on database transactions?
Do you prefer small or large transaction scopes ?
Do you prefer client side transaction handling (e.g. TransactionScope in .NET) over server
side ...
17
votes
13answers
4k views
What is the difference between design and architecture?
What is the difference between design and architecture?
16
votes
9answers
1k views
Does Test Driven Development take the focus from Design?
I have mixed feelings about TDD. While I believe in testing I have a issues with the idea of the test driving my development effort.
When you code to satisfy some tests written for an interface for ...
15
votes
19answers
1k views
What tools (free) do you use to design software
What tools do you use to speed up documenting application design.
Namely, creating wireframes, flowcharts. What other methods do you find essential .
Is the general consensus that use cases are ...
14
votes
3answers
248 views
3 Swing applications designs : which is the best?
I'm quite new in desktop applications developpment and I have a pretty big project do deliver this summer. The thing is that the code has to be very clear, so I won't go in (much) trouble when I will ...
14
votes
3answers
2k views
MVVM: How to handle interaction between nested ViewModels?
I'm been experimenting with the oft-mentioned MVVM pattern and I've been having a hard time defining clear boundaries in some cases. In my application, I have a dialog that allows me to create a ...
14
votes
13answers
4k views
When are you truly forced to use UUID as part of the design?
I don't really see the point of UUID. I know the probability of a collision is effectively nil, but effectively nil is not even close to impossible.
Can somebody give an example where you have no ...
13
votes
7answers
861 views
designing a badge system, where to fire business logic? In code or stored procedures? or both?
If you were to build a badge system similiar to how SO does it, would you put the logic/business layer in the database directly (via stored procedure, scheduled sql jobs) or put it in the server side?
...
12
votes
4answers
914 views
Monopoly game in OOD?
I found this interesting blog post via CodingHorror: My Favorite Interview Question. In a nutshell, he talks about the object-oriented design challenges of designing the game of Monopoly, with an ...
12
votes
5answers
313 views
What's a small, open source project with an excellent design?
I'm looking for small projects (5,000 - 25,000 lines) in languages like Java, C#, C++, Ruby, or Python. These projects should exhibit excellent architecture and design principles. The purpose of this ...
12
votes
2answers
3k views
Android application architecture - what is the suggested model?
In the same way a web or desktop app might have 3 or n tiers - UI, Business, Data for example - what is the suggested structure for an Android application? How do you group classes together, what ...
12
votes
13answers
1k views
Is UML still seen as a viable way of documenting a software design?
Is UML still seen as a viable way of a documenting a software design?
Extra points for references that back up any claims :)
11
votes
5answers
245 views
How to catch DB errors and translate them into meaningful information for the business layer?
Usually I have to insert some data in a DB and it can't be inserted because the table has constraints preventing me from doing that. With the app I'm developing, some business rules (like "there are ...
11
votes
9answers
725 views
New .NET architecture concepts
I posted this community wiki in the hopes of creating a thread of expertise. My question is thus ... "Where do the experts go to learn about the newest .NET coding techniques?".
I'm basically looking ...
10
votes
10answers
3k views
What is the difference between framework and architecture?
Really want to know diffenrence between framework and architecture.
like dotnetnuke is the framework and mvc is the architecture.
so if we take both this as a example. then can anyone tell me ...
10
votes
4answers
411 views
Allowing for high level of variation in Actions and Views and Models
I am designing a product management system. I am wondering the best way to handle a large amount of variation in each Action/View in my application. The app handles 20 categories and 12 Target ...
10
votes
13answers
1k views
Examples of open source high quality, well designed python software?
I am looking for a well-engineered, well-built python application that could serve as a guideline to demonstrate best practices relating to software development in general, and more specifically in ...
10
votes
2answers
6k views
ASP.NET Web Site + Windows Forms App + WCF Service: Client Credentials
Let's say that I'm considering designing a WCF service whose primary purpose is to provide broad services that can be used by three disparate applications: a public-facing Web site, an internal ...
10
votes
8answers
2k views
Database exception handling best practices
How do you handle database exceptions in your application?
Are you trying to validate data prior passing it to DB or just relying on DB schema validation logic?
Do you try to recover from some kind of ...
9
votes
1answer
2k views
Android Architecture Design - How to do it right?
how does a good architecture for an android app look like? Should all the "work/business logic" been done in a background service and the Activity communicates just with the service to query/fetch ...
9
votes
8answers
622 views
Why is MVC so popular?
I was originally going to make this a longer question, but I feel like the shorter I make it, the better you'll understand what I mean.
The MVC architectural pattern has 3 dependencies. The View ...
9
votes
24answers
994 views
Why aren't more applications written in multiple languages?
Even 2 decades ago, it was possible to call code written in one language to call code written in another; in school we called assembly graphics routines from within Ada code for one class assignment. ...
9
votes
8answers
335 views
What should come first — the design pattern or the code?
I'm starting on a fresh new project--should I look at my spec and decide which design patterns to apply, or just come up with a general idea of organization and allow the patterns to emerge ...
8
votes
5answers
299 views
How to deal with Java Polymorphism in Service Oriented Architecture
What is the path of least evil when dealing with polymorphism and inheritance of entity types in a service-oriented architecture?
A principle of SOA (as I understand it) is to have entity classes as ...
8
votes
1answer
132 views
Any examples of outstandingly well-made complete iOS apps with available source? [closed]
I'd like to look over some really good iOS apps to see how they're put together. I've specified 'complete' because I'm more interested for current purposes in strategy than tactics (but hopefully the ...
8
votes
14answers
628 views
Tools to produce & manage specifications/requirements (not ticket trackers)
I'm interested if there are any websites or software out there to aid in initial project design, and then management of the project's design over time as features are implmented, bugs are found, ...
8
votes
10answers
2k views
Always check malloc'ed memory?
I often catch myself doing the following (in non-critical components):
some_small_struct *ptr=(some_small_struct *) malloc(sizeof(some_small_struct));
ptr->some_member= ...;
In words, I allocate ...
8
votes
3answers
234 views
Who should learn the “old” system?
I've been involved in several projects which basically involved replacing an "old" system with a "new" system. Invariably, the pattern has been that practically no one on the team building the "new" ...
8
votes
3answers
241 views
Rotting design and viscosity
Robert C. Martin in one of his book mention about viscosity as a symptom of rotting design. I don't fully understand idea of viscosity in software development.
Could you give me some examples?
8
votes
16answers
814 views
Recommendations for how to do OOP design
I find that whenever I begin writing an app in Java/C#, things start off good, but over time, as the app becomes more complex, it just gets more and more complicated. I've become aware of the fact ...
8
votes
4answers
424 views
Architectual design patterns
I am looking for some architectual design patterns for enterprise application development. I am aware of the all of the GoF patterns, and MVC, and such things, but I am looking for patterns that ...
7
votes
3answers
104 views
When exactly does a class/package depend on another?
Many articles/books/.... talk about class or package dependency, few explain what it is. I did find some definitions, but they vary and probably don't cover all cases. E.g.:
"when one class uses ...
7
votes
3answers
137 views
A upgradable approach to design a web application system
Many poeple have online startups in their head that may potentially attracts millions, but most of the time you will only have minimal budget (time and resource) to start with so you want to have it ...
7
votes
7answers
657 views
How to validate software design?
I am pretty alone at my workplace when it comes to thinking about the overall design of the applications we're building. I don't have anybody to discuss the pros and cons with different frameworks, ...
7
votes
4answers
704 views
Tools and standards for technical design document
I would like to know what tools and standards are my colleagues using for technical design documents nowadays.
In the past when in my company we were only delivering client-server win-apps we had ...
7
votes
3answers
360 views
Splitting application layers into different assemblies
There is a debate going on at my company. Some are advocating moving business, data and business entities in one assembly for
Discoverability purposes. make it easy to find what you're looking ...
7
votes
3answers
191 views
ColdFusion App today — Flex next year. Considerations to maximize re-use of logic tier next year?
I have started design of a ColdFusion application that is entirely web based. Not much use of Flash forms, or AJAX.
The first version is a strict web app. Version 2 will be a Flex front end.
...