Don't oversize the encoding
Don't really think that "Many Master's computer technology researchers are not programming", doing software development and coding is the most basic thing, only if you have a way, you have a way to go, no matter Doing analysis to do design to do project management, you need to know how things are implemented? Can you implement? Otherwise, a lot of: "Design is design, encoding is encoded", "product is the code person from head to tail." "How much time does it take to spend, how big is difficult, developer said," "Quality / cost / progress is all black box" ... phenomenon, if you do coding, it is more important. So I am ambiguous In the case of this industry (software development), we must start with "attention coding". After this level, you can consider systematically analyze, do project management ...
The various links of software development are complementary, analyzed analysis, design is important, the code is important, the test implementation has its status, any one is not good, just like we are familiar with The theory of buckets, "The weakest part constitutes its total capacity".
Since the encoding is important, how do you learn to code?
Concentrate on learning a language
Calculate the language that you have ever used (in parentheses, a relatively representative stuff to use the language), C (DOS version / icon editing tool, 96 "Computer News" is introduced), C (can be customized by square game of the square shape, is included in the adoption of the "Software" magazine on the "Software" magazine), compilation (DOS Chinese character system, completed by the end of 1997), PB (School automatic courses / exclusive module, 98 years ), ASP (a set of Web version of enterprise information system, 99 years), VB (core components of enterprise information systems, 99 years), Delphi (Workflow platform, component GIS system, etc.), Java (Delphi Client J2EE Server Collaborative implementation) ,. NET (rule engine), Phh ...
It seems that it seems to be a lot. I'm going to think that I really have learned the language that I have learned. It is "C", the TC2.0 of the DOS old, written a large number of applets, compare the systematic understanding of the programming What is going on, remember what software I have to see when I see how it is realized? If I let me achieve how it does? I also imitate a lot of things, although it is very surface imitation, but I have a thinking of myself The exercise is very beneficial. Later, it is basically just flipped with other languages, then finds its DEMO code to see, soon can enter status.
The language is almost, important is "the idea of encoding", which has the language of the ideology, just tools, what tools are realized, the formation of this idea is to "hone", " Language "to hood (even if you need" biting a whitening hole has been striked "), then you can" one Pattern, ", or you just have a surface to learn more, you can't bring it. Do real development. You can't understand the connotation of "encoding".
For example, when this year, I saw that too much written (or skilled) graduates, I used to give him a paper, let him (she) use her most The language writes a function of a calculation, this question, you see it is very simple, good, then I will ask, how many ways can be realized: cycle, recursive ... Is there any? How much can you write? What is the code quality? Code quality? Does it consider error handling (too many people write code will enter the dead cycle, such as the negative number)? How much is the upper limit of INT, use long? If input The value is relatively large, is it possible to get the result, how to achieve the big number of functions can be calculated? ... Look at the code written by him (she), I have to ask if I have a question, no matter what language you use, no matter what you use How many languages are you "proficient in", I only ask what these languages that use them to solve the problem, it is "the idea of encoding".
On the basis of a language in a language, new things must be followed, otherwise you are difficult to "mix" in this industry, but after this "school special", you will follow it, not Always "chase" ~
In the process of "special", you will find the "algorithm" in the process of "special" one language. This is the "foundation" that will be said.
Basic important
When I interview, I will generally ask, how is the basic knowledge? Generally, the content is: "Data Structure", "Compilation Principle", "Database Principle" content. As for "by" text: "Assembly language" "Windows programming" I won't ask. These are things that can be further studied, but the current development is not necessary. "Software Engineering" I didn't ask, the theory of teaching materials is too far away. ~ "Data Structure" is very important, do not understand that there are many codes of data structures are "quite dry", and often "simple problem complex", and even complex to unlikely. Carefully learn "data structure" and try to use you familiar with you. Language to implement the algorithm in the language, you will find "the world is really wonderful" ~ Don't think you will not develop "programming language" does not need to learn "Compilation Principle", "Compilation Principle" contains too many development software "wonderful" The ideological case, seriously experience you will definitely be a way to solve the problem, you can experience a lot of things, do you have a lot of software (whether it is design or code, etc.), there are many existing methods available in you. In the project, these follows "data structures" are complementary. On this basis, you must also look at the book.
Many applications are inseparable from the database, eventually find a place to "manipulate, store, analyze data", about the paradigm, about the lock, about SQL, about the set of Cartesi, you always know, otherwise I can't start, this Need to study "database principle". Senior knowing a few SQL statements are far less, how to ensure data integrity, security? How to improve efficiency, etc., these foundations are needed ~
Of course, English is also the foundation. It is indeed important to read English. It is not only a book. There is a lot of information on the Internet. If you look at it, don't be afraid. After all, I have learned in higher education. I have learned so many years. In the end, cooperate with these two tools: "Jinshan word" and google.com, do not understand the word "means translation", but many nouns or basic knowledge is not clear, cooperate with search engines, with search engines Look, remember it, see how many times don't understand, silently remembering a small meeting, there are more things you can understand.
interest
Finally, it is interest, if you can really be interested in it (if you want to engage in software development and not interested, hurry to cultivate interest to ^ _ ^), seeing technical information, I want others to watch martial arts novels. If you follow the few points mentioned above (practical, first-color, the foundation is solid) believe how much you can do something out ~~