I have learned a little experience in using Java (7)

zhaozj2021-02-17  48

The previous series of articles, just my personal experience, there is some tip of the article, I only hope to give some opinions outside the Java door. Learn, apply Java's direction, I recommend watching "talk about Java learning direction? ", This article writes well (see http://www.9cbs.net/develop/read_article.asp?id=21393) And the information I also read it (the difference I didn't read the book of Oreilly, "Java Programming Thoughts" and "The Complete Reference Java 2" two Java classic textbooks, and I also There is no study in specification. If you place yourself in the J2EE direction, the author's recommended information is no doubtful, and it is more comprehensive. But I think there is a little missing: I should learn the design patterns and reconstruction at a certain stage. After all, the design model and refactor are two classics for object development, and Java is a purely object-oriented language, here I only I want to recommend a few books.

"Java Programming Thoughts" is a classic Java entry tutorial, and also introduces some ideas for object-oriented programming while introducing languages. This book is the first book I have learned from Java. I have now opened this book now, I can find some content that I have not deeply understood before, it is worthy of taste. "The Complete Reference Java 2" is both a Java's entry book, and Java's reference book. When Coding is now, I still have to refer to this book. "Java and Mode" is a book that introduces the design model to Java developers. When reading this book, let me go to the taste of the project, experience the success and failure of the previous project design, and also promote I re-read "Java Programming Thought" and "The Complete Reference Java 2" two books, after reading 3 times, deepened the understanding of OOP. "Reconstruction - Improve the design of existing code", once there is a project manager that makes me very admire, I will say that I will tell the source code, re-reading, cleaning, summing up this project, and summarizing the programming. One means of the horizontal, and I often clean up some of the garbage code of others and others in the future, I really have a lot of benefits to the improvement of programming levels. And "Reconstruction" books, explained more than 70 methods of cleaning, reconstructing code, in accordance with refactoring methods, can improve code quality, improve programming level, and a means of experience design model .

At this point, I ended with Java's experience series. Thank you for your attention to me.

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

New Post(0)