新项目规划期间要考虑的步骤

发布于 2024-07-18 08:01:56 字数 125 浏览 5 评论 0原文

在项目的规划阶段我必须记住哪些要点才能拥有真正坚实的基础?

谢谢

编辑:我的意思是更具体地与编码相关。 (我不是指预算等)。

例如:我们在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

2024-07-25 08:01:56

在规划阶段,您需要:

  1. 定义要解决的问题
  2. 验证问题是否确实存在
  3. 与客户一起定义解决方案
    (这更多的是一个起点,我
    建议不断的用户反馈
    进入你的生命周期,但你需要
    从某个地方开始)
  4. 定义项目范围,包括功能、成本/预算和时间

During the planning phase you need to:

  1. Define the problem your solving
  2. Validate the problem actually exists
  3. Define a solution with your customer
    (This is more of a starting point, I
    recommend constant user feedback
    into your lifecycle but you need to
    start somewhere)
  4. Define the scope of the project, including features, cost / budget and time
强者自强 2024-07-25 08:01:56

沟通..沟通..沟通..

Communicate..Communicate..Communicate..

水中月 2024-07-25 08:01:56

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.

旧夏天 2024-07-25 08:01:56

查看 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文