Search Results

0
votes

quick-and-dirty vs. good design

On the one hand you're not necessarily privy to all of the factors and pressures on the boss. Perhaps he/she knows this is a "one-off" and you won't be doing any business with this client. …
1
vote

Do you print hard copies of requirements, design documents and code?

I generally don't print out the requirements or other documentation unless I need to mark it up as I'm working. Say to check off that I've implemented all the requirements, etc. I'm fine w …
3
votes

DDD vs TDD

I also don't think they're mutually exclusive I think you can use TDD to get to DDD. …
2
votes

OOP approach for inventory system

You sort of answered your own question. Check out the State pattern. …