|
|
|
|
|
by mbb70
375 days ago
|
|
I'm reminded of Rich Hickey's Hammock Driven Development talk, whose thesis for design is basically: 1. Think about the problem and write it all down 2. Research what other people have done to solve this problem 3. Think about it some more and write all that down too 4. Sleep on it I think the conclusion is the same: Good design does not naturally arise from good programming, and background/domain knowledge is essential |
|
1. Write down the problem.
2. Think real hard.
3. Write down the solution.