新项目规划期间要考虑的步骤
在项目的规划阶段我必须记住哪些要点才能拥有真正坚实的基础?
谢谢
编辑:我的意思是更具体地与编码相关。 (我不是指预算等)。
例如:我们在 C# 中哪里可以使用泛型、反射或概念
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#
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
在规划阶段,您需要:
(这更多的是一个起点,我
建议不断的用户反馈
进入你的生命周期,但你需要
从某个地方开始)
During the planning phase you need to:
(This is more of a starting point, I
recommend constant user feedback
into your lifecycle but you need to
start somewhere)
沟通..沟通..沟通..
Communicate..Communicate..Communicate..
1)了解你的截止日期
2)了解你的预算
如果你让其中任何一个落空,你就会陷入一场灾难。
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.
查看 Steve McConnell 的有关软件估算的书。 它将帮助您在开始之前考虑所有领域。 因为如果你必须估计它,那么你应该知道必须做什么。
您还应该考虑阅读《Code Complete》。
软件估算,代码完成
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