如何不感到不知所措
在从零开始启动一个大型项目或产品时,你们是如何防止自己被庞大的代码量或工作量所压倒的?<p>我有一个不好的习惯,就是试图通过估算自己一天能写多少代码来应对这种情况,并观察这种量随着时间的推移是如何累积的。这样,当你看到在两到三个月的时间里可以写出“x行代码”时,会让你觉得这段代码量足以完成项目。<p>我不确定这是否是处理事情的理想方式。
查看原文
When starting a huge project or product from scratch how do you guys prevent yourselves from getting overwhelmed by the sheer amount of code to write or work to do?<p>I have a bad habit of trying to deal with this by estimating how much code I can write in a day and seeing how that compounds over time. That way when you see that you can have "x lines of code" written by the end of 2/3 months, it makes you feel okay this much amount of code is enough to finish up the project.<p>Not sure if this is the ideal way to go about things.