No copy, no paste.
CodeThe copy and pasteProgramWhen a clerk often does things, he will often copy and paste other people's code in the past, and sometimes does not even check, because I believe that other people's code is OK, the logic here will not be wrong, so this habit has caused an accident because the same parameters are used, as a result, the acquisition of different user IDs is overwritten, and user registration data cannot be counted, which directly affects online usage.
Viewing and copying code, as well as viewing and typing the code are two completely different experiences.
In the process of hitting the code, you can really go through the program idea, so that you can better understand the idea of the program author. In this way, you can improve the performance. If you simply get the desired functions from a piece of paste code, you will be wrong. Now you can implement these functions, however, when you use the same function next timeAlgorithmDo you want to go to paste? If so, you will not make any progress. Code stored anywhere is not stored in your own mind, so set a rule for yourself from today!
No copy, no paste.
From today on, I will use images to replace the content related to code sharing in my blog. In this way, I can truly share ideas and code to those who really understand it!