|
|
|
|
|
by aliasEli
1806 days ago
|
|
One of the big problems with "modern development projects" is that they start coding from day 1. The first step in any good project should be to learn as much as possible about the requirements before making serious decision about its architecture. Designing a model of the data (even if it is only a very rough one) is usually very helpful in the first phase of a project. It is still true that mistakes that are made during early phases of the project are much harder to fix than recent mistakes. |
|