Several advice to the initial programming friends (3)

zhaozj2021-02-16  54

The programmed "internal strength method" is idea. After the basic "horse step" training, we must have a certain armed for thought - what is the process-oriented design idea.

Take a very image-oriented programmer, a process-oriented programmer is like a carpenter who makes a table and chair. He first considers how the table and chairs are made, and the programmer-oriented programmer first considers the table and chairs consisting of several parts. Then consider the implementation of each part! The process-oriented design is relatively simple, easy to master, but the code reuse is very low, and the object-oriented design idea is relatively strong, it is not easy to master, but it is more real reflected in the objective world, and improves the reuse of the program. Sexual, for large projects, now OO is very popular, but for beginners, use the process-oriented design idea as the above policy!

As for what kind of senior language, it is naturally benevolent, and the wise is witnessed. I think that for the process-oriented program language, the C language is the first choice, and the C language is powerful. He can manipulate the hardware directly, but it has a very big shortcomings, not visual development (this is not small, from the Windows operating system from MS Get a great successful visible)! If VB is preferred, VB is the first choice, and it is unable to build a visualization program. For you who have been tied to "horse step", it is no problem with VB to prepare a practical applet. . However, it must face the shortcomings of VB. It does not introduce a pointer, the operation is very trouble, the compilation speed is slow, etc., these have determined that VB is just an entry-level development language and tool. Looking back to learn the essence of the C language - pointer, you will feel that some functions are so simple, when you completely pick this bone, your conservation is enough to cope with the general program!

Note: I have written by myself is only for those who have not gotten into the direction, often distressed, helpless, and is eager to step into the programming world outside the program!

I contacts QQ: 76034150 E-mail: yq76034150@sohu.com

转载请注明原文地址:https://www.9cbs.com/read-22343.html

New Post(0)