I usually start with the backend to get the major functionality implemented, but even so, it's pretty much inevitable that the frontend and backend will have to be developed at the same time at some point in the project.
People can say what they want about separating presentation and functionality, and that's a good principle, but the reality is that the presentation influences the functionality and vice versa.
You might get the backend mostly written, and then you make the frontend, but you will probably decide to change some things and end up working on both together.
发布评论
评论(1)
我通常从后端开始来实现主要功能,但即便如此,在项目的某个时刻,前端和后端必须同时开发也是不可避免的。
人们可以说出他们想要如何分离演示和功能,这是一个很好的原则,但现实是演示会影响功能,反之亦然。
您可能会主要编写后端,然后编写前端,但您可能会决定更改一些内容并最终一起处理两者。
I usually start with the backend to get the major functionality implemented, but even so, it's pretty much inevitable that the frontend and backend will have to be developed at the same time at some point in the project.
People can say what they want about separating presentation and functionality, and that's a good principle, but the reality is that the presentation influences the functionality and vice versa.
You might get the backend mostly written, and then you make the frontend, but you will probably decide to change some things and end up working on both together.