1. The design plan is now the world of modular programming. The target to achieve is the pyramid, the meaning of programming plan is to divide the basic module constituting the pyramid. The more detailed, the more clear the module division , Easier to understand what to do next, this is better than the game of building blocks, you can combine your building blocks into a variety of shapes, but first be familiar with each block of blocks.
2. Before you have unqualified actual combat, find a few sample procedures research research. At the very least, how do you start, how to end, don't be prepared.
3, Sunflower Collection makes a streamlined list of procedures, including basic data types, various operator descriptions, basic statement structures, common keywords (reserved words), common functions (controls), and more.
4, freely independently establish a separate directory for your application, which is convenient for application file management, and if you want to move "home" to the program, you can take a leaving. 5. See the name of the priority, the variables used are not small, the names of the variable should be seen that the name is an old topic, and the benefits are obvious. Recommended programmers use the Hungarian Name Law, which will make your starting work easily, and quite professional. 6. Symmetry of the Chinese people pay attention to the beauty of symmetry, use it in programming, if the A cycle nested B judges in the program, B judges the structure and the structure such as C cycle, remembering the use of retransmission, let A : Enddo Align A: DO, B: Endif Align B: if ..., such, in turn, in turn, in summory is equal to the Aesthetic Adjustment.
7, more annotations to customize variables, functions, and subroutines in the program, don't trouble. If you have passed March, even what you wrote, you can't understand it, then you can trouble.
8. Environmental protection If the application needs to modify the system settings, remember the settings before the application will save the settings, and then restore the settings after the application, do not pollute the environment. 9. The power of the part is limited. Everyone's strength is unlimited. Take a look at "China Computer Education". If you happen to have a good experience, a clever method, you can use the segment, you may wish to take Come. 10. Ninja invincible when you think the program code is written correctly, and the program compiles 100% problem, you basically belong to the mouth, you have to endure, rest, heavy, don't give up! I believe that the final victory belongs to you!