At present, with the advent of the Internet dividend period, more people have poured into the ranks of software development, followed by some problems in the middle and later stages of software development. So, what are the real pitfalls?
1. The needs of users cannot be well understood, and there are problems in communication with users.
First of all, we must understand the customer’s needs and what kind of effect the customer wants to achieve. Through the customer’s needs, we extend some auxiliary application requirements.
2. Wrong estimation of the size and difficulty of the project.
3. Start coding in a hurry without a schedule.
Start coding without the concept of time. After the project is completed, if it is a medium-to-large project, we must do a good job in time management, and plan when and what to do. For example, design the page first, and when the programmers start to enter the site!
4. Do not test the project, or do not test at all. First of all, no matter how small a business or a requirement is, we must test the interface or module accordingly, which is more efficient and reduces the later stage. Trouble!
5. Choose the latest technology or use the original old technology. This depends on whether the current new technology can stably meet business needs. If it is unstable and often causes problems, then we have to use the old technology. All technologies are for support The realization of the project is meaningful.
Of course there are many more questions, this is only part of it!