5 points that must be paid attention to in the front-end development process

1. Reject the PRD and design draft without closing the board and request a schedule, and fully communicate with the product design.

Front-end development often encounters such a situation. The project manager sent a meeting invitation inexplicably, and then explained the requirements of the next stage of the product in a single brain. How long does it take to ask the front end here. The interaction design is as difficult as sky-high. Why do we need a text editor with association function, and a one-click screenshot? Why can’t we achieve it with XX products? Please people is a team focused on one function. Finally found an open source library for him, and said that this should be changed and that should be changed. Complaints belong to complaints, and the problem still needs to be solved. After all, product and design are different from development positions and visions. It is inevitable that everyone has differences. We cannot expect every product to be born of technology. The team’s running-in is constantly carried out under reasonable disputes . Both parties still need to find a balance point to ensure product quality and launch time, and the difficulty and workload of front-end development are reasonable.

2. Clarify the testing time of all back-end interfaces. At the beginning of the project, the back-end is required to give the interface structure and field names

The front-end and testing are the last links of the entire development cycle, and the project time pressure is generally also on these two links. I think the correct scheduling method should be the front-end, back-end, and testing all realistically estimate the task time, and then discuss with the product how many tasks can be scheduled in the current iteration. However, the actual situation is constrained by many factors. For example, the task may be suppressed by Mr. X, or the team in a certain link is lazy and deliberately slows down the development pace. I think the front end can make some compromises and concessions under various special circumstances, but it is still reasonable to ensure that this part of your time is reasonable. The purpose of doing this is mainly to avoid the situation where there is not enough time at the end of the project to work overtime on various weekends, or the situation where various teams start throwing the pot when it is too late to go online. Front-end students, you must ensure your rights and interests, don't just take the blame, it's thankless!

3. The interface joint debugging time must be guaranteed.

I have been in some European and American companies before. Before starting joint debugging with the front end, their backend will require the interface to be submitted for testing to ensure that the interface is all right before starting joint debugging. However, this is not the case in most domestic companies (or maybe all of them), but the backend says that its interface is good, and it is good. On the surface, it is considered to have completed the task. slow! Front-end students, you must be careful in this link, don't be an honest person, and finally take the blame, and report any problems to the person in charge in a timely manner to ensure that the above know who the problem is. If no one speaks, outsiders will always feel that the problem lies with the people behind the work.

4. Reject frequent small changes and any major changes after the project starts.

Don't get used to the product, I've said more about this difference.

5. Strict requirements on yourself to ensure product quality.

Be more demanding of yourself, and complete the work with quality and quantity when you promise the completion time. This is the bottom line of every front-end. Sometimes it is a challenge for me to interact more difficultly. Always doing simple things will not lead to growth.

The front-end is a position that needs to communicate with multiple parties. We should not only remind ourselves of our professional skills in our work, but also learn how to deal with people. These skills will also help you in life. Front-end students, come on~

Reprinted in: 5 points that must be paid attention to in the front-end development process! - Nuggets

Related resources: Web front-end development process and specification_Front-end development process specification, web front-end project development process...

Guess you like

Origin blog.csdn.net/weixin_56263402/article/details/121702385