Reputation: 13818
What are the points I must remember during the planning phase of the project to have a really firm foundation?
Thanks
Edit: I mean more specifically related to coding. (I don't mean the budgets etc etc).
For example: Where can we use generics,reflection or concepts in C#
Upvotes: 0
Views: 1294
Reputation: 67068
During the planning phase you need to:
Upvotes: 1
Reputation: 6913
Check out Steve McConnell's book on Software Estimation. It will help you consider all area's before getting started. For if you have to estimate it then you should know what has to be done.
You should also consider reading Code Complete.
Software Estimations, Code Complete
Upvotes: 0
Reputation: 10346
1) Know your deadlines 2) Know your budget
If you let either one of these get away on you, you are setting yourself up for a disaster.
Upvotes: 0