The domain tag has no wiki summary.
46
votes
20answers
2k views
Must developers understand the business domain or should the specification be sufficient?
I work for a company for which the domain is really difficult to understand because it is high technology in electronics, but this is applicable to any software development in a complex domain.
The ...
33
votes
15answers
2k views
Saying “no” to people asking questions [duplicate]
Possible Duplicate:
When do you not give help to less experienced programmers?
Currently, I am finding a lot of my day is taken up by people asking domain knowledge/system questions. This ...
15
votes
7answers
609 views
To Domain or not to Domain
The SQL92 and SQL99 standards define CREATE DOMAIN DDL constructs. Not all databases support this, or have a different name for it (SQL Server has User Defined Types, for example).
These allow one to ...
8
votes
4answers
1k views
Domain knowledge vs Programming [duplicate]
Possible Duplicate:
How important is Domain knowledge vs. Technical knowledge?
I often hear from my colleagues and sometimes from interviewers that,
"There is nothing so great in having ...
7
votes
3answers
469 views
What is the object-oriented thought process?
I've been studying OOP in conjunction with Zend's MVC implementation for the past few months. I'm pretty new to programming, generally, but I feel strongly that I should learn things the 'right' way, ...
7
votes
3answers
249 views
Resources for popular domain models
I have come across many situations where I had to build a system for a library or a clinic or other popular domains.
The thing is a domain model for a library was probably done 1000 times already with ...
5
votes
5answers
501 views
What is the most appropriate top level domain for a programmer's personal home page [closed]
Say you're a programmer and you have your personal home page (blog, about me, contacts, cv and so forth). Several top-devel domain names could apply to this situation.
.com: This is an open TLD; any ...
5
votes
3answers
195 views
Computed Values and Simple Reads - A nagging pain for my Domain Driven Designs!
The problem I continually face is how to deal with computed values driven by domain logic while still working efficiently against the data store.
Example:
I'm returning a list of Products from my ...
4
votes
1answer
231 views
JavaFX - the right way to use Properties with domain objects
JavaFX has provided a bunch of new Property objects, such as javafx.beans.property.DoubleProperty which allow you to define fields which can be automatically observed and synchronised.
In many JFX ...
3
votes
4answers
325 views
Is software better designed and developed by people who will use it?
I see many apps written by programmers who obviously don't use the program like the end customers in a production environment. This results in features that don't really make sense in practice, ...
2
votes
3answers
447 views
Is a .com domain name worth it for a mobile app?
I'm starting to develop a mobile app, and have a first choice name I'd like to use. However the .com domain of the name has already been taken.
Is it actually worth it buying it, or would you tempted ...
2
votes
2answers
127 views
Domain integrity check in application
Is it better to check for allowed domain values on the frond end or let the database engine handle the domain integrity. For example If you have a data entry form for employee, is it better to check ...
2
votes
3answers
913 views
Domain Lookup API
I am looking to incorporate a domain name lookup facility in my website to make sure if a domain is available or not. The only api I could find on the net is ...
2
votes
2answers
238 views
DDD: Developing the Domain Model alone
In DDD examples it seems the common method for developing the domain model is to sit with domain experts and iterate over versions of the model, say on a whiteboard, continually modifying it and ...
0
votes
2answers
283 views
Which kind of domain / email combination is more professional looking for freelancer programmers? [closed]
I'm looking for a professional domain and email combination to show my works. I've thought in a few options:
name_surname.com (or a similar combination)
http://name_surname.com/project
...
0
votes
1answer
541 views
How to use TFS as a query tracking system?
We already use tfs for managing defects in code etc, etc. We additionally need a way to "understand the domain & requirements of the products". Normally, without tfs we exchange emails with the ...
0
votes
1answer
154 views
Domain Model Examples Website Similar to Databaseanswers.org
When I was trying to understand database design databaseanswers.org was phenomenal. Now I'm trying to understand the Spring Framework and I'd like to know if there are any sites out there that have ...