In combination with the software development life cycle, the following issues should be noted during software development)
1) Clarify the project overview and positioning of the project. The project should be accurately located based on the needs and technical implementation, and a reasonable project development plan should be formulated.
2) in the face of demand changes, demand changes are a common and fatal problem in the software development process. The customer's problems are eliminated, and the requirement analysis should be good enough. After the requirement analysis is complete, it is best to ask the customer to confirm the signature.
3) module division: the software system is divided into modules based on task requirements or data models to improve the system development progress.
4) coding specifications: detailed coding specifications should be provided during project coding, such as a reasonable program file structure (each program file should consist of a title, content, and additional instructions ), meaningful comments and function descriptions, naming conventions (Hungarian naming rules), etc.
5) Report the project status in a timely manner.
Finally, do not be infatuated with new technologies and new tools ~~~~~