The front-end development department is growing, the staff is increasing, and the technology is improving. Although CSSer cannot represent the front-end development team, CSSer is a very important part of front-end development. We learn and understand the knowledge of relevant teamwork to make our work more comfortable, and we will add relevant knowledge in the future in Webjx.com.
The front-end development department is growing, the staff is increasing, and the technology is improving. Although CSSer cannot represent the front-end development team, CSSer is a very important part of front-end development. We learn and understand the knowledge of relevant teamwork to make our work more comfortable, and we will add relevant knowledge in the future in Webjx.com.
Here are some scattered experiences.
1. Documentation
Everyone who writes programs knows the importance of documents. Every project summary says that you want documents, but due to time constraints, there is no detailed documentation. This will increase the cost of later maintenance, or simply rewrite it.
Therefore, be sure to write comments and product documentation.
2. Object-oriented
It seems nonsense. But object-oriented in AS and JS is definitely not like object-oriented in textbooks. For example, inheritance and interface in scripting languages are not as good as JAVA. what to do? It doesn’t matter, the flexible application of the design model can make the team operate better. If you grasp these principles, factory, single responsibilities, and polymorphism, you can basically make the JS system much more flexible.
3. Tools and agile development
Because people use tools, they are different from orangutans. I think that you can’t have the concept of traditional programmers, and it will be very powerful to deal with complicated things. It is amazing to simply talk about complicated things.
I can’t think of anything else, but I’ll post it again when I think of it. Everyone is welcome to comment on VeVb.com and share your experience together.