search
HomeCommon ProblemHow to learn to be a good programmer
How to learn to be a good programmerJun 13, 2019 am 11:14 AM
programmer

How to learn to be a good programmer

As a software programmer in the IT industry, what motivates me to go to work every day is the fun and passion for programming. But to spark fun and gain everlasting thrill, we need to learn and follow some basics to become a good programmer.

Of course, the things I summarized are not that amazing. If you say that you will definitely become an excellent programmer after learning them, that is impossible. These are just some shortcuts based on my experience. The definition of an excellent programmer can be understood here as a programmer who can develop excellent IT solutions and promote the overall development of the industry.

1. Master the basic knowledge

Regardless of any industry and any job, understanding of concepts is the key to success. It's impossible to become a good programmer unless you have a strong conceptual foundation. Understanding core concepts helps you design and implement solutions in the best possible way. If you feel that you don't have a good grasp of certain concepts about core computer science and programming languages, it's not too late to go back and relearn the basics.

2. Label each code set you write (how, what)

I found that there is a clear distinction between good and bad programmers. The key is whether you have the passion to know "what and how". Some programmers know exactly how their code is executed and the results of the execution. I also understand that sometimes because of time constraints, we have to move on to the next step immediately when we just know that the code will get the job done. Although this may seem like a topic in another direction when it comes to problem solving, as a programmer we should delve into the problem as deeply as possible to reach the highest level. Trust me, as time goes by, you will develop this good habit without even realizing it, and the benefits will be endless. .

3. Learn more by helping others

Maybe most of us only go to forums and groups when we need help. One dividing line that distinguishes good programmers from good ones is that good ones often go to these places to help others. And while they are helping others, they can also learn a lot themselves. If you are in a team, you should also help each other. Trust me, understanding the context of other people's problems, researching and proposing solutions will help you learn more and grow faster.

4. Code should be written in a simple, understandable, and logical manner

Just like in other aspects of life, the KISS (Keep it simple and short) rule also applies in the field of programming. The code should be logical and avoid being too complex. The reason why some people want to write so complicated code is just to prove that they have the ability to write complex code. But my experience tells me that simple and logical code can work effectively, have fewer problems and be easier to expand. I remember there is such a saying

Good code itself is the best document. Before you add a comment, ask yourself, "How can I improve the code so that I don't need to write this comment?" - Steve McConnell

5. Spend more time analyzing the problem, and you can do it later. Spend less time fixing

and spend more time understanding and analyzing the problem, designing the optimal solution, and then you will find that the next work will be more effective with half the effort. The design process does not necessarily mean using modeling languages ​​and tools, it can be as simple as looking up at the sky and brainstorming in your head. Programmers who habitually write code as soon as they get a problem will often end up with different results than what was required.

If you don’t have the overall structure of the program in your mind when you take a shower, it means you are not ready to start writing code. ——Richard Pattis

6. Be the first to analyze and review your own code

Although it is a bit difficult, you can know the problem before others find it. Let you learn how to write "nearly bug-free" code. You must be fair and rigorous in your own code reviews, and you must be able to accept reviews from others without hesitation. Close to the best, working with good programmers and actively listening to their feedback will definitely help you become a good programmer.

7. Don’t be discouraged by the ever-changing technology

In recent times, many people I have met in the IT industry - either complaining about being disappointed with their jobs, or even quitting their jobs and looking for new jobs - have unanimously stated that they want to learn and Use the latest technology. I think this wish is understandable, but I don't think the word "latest" is quite correct. Every day we hear people saying "What new tools, APIs, frameworks and other methods are coming out now" that can make programming easier. This actually happens all the time in the technology field. What we really need to pay attention to and understand is the transformation of core and basic technologies, and then look at new frameworks, tools and APIs on this basis. For example, many Java companies may change to a new web framework every other week, but its demand method is based on the client-server communication model, MVC model, filters/servlets/JSP, resource binding, and XML parsing. The core concepts remain the same. So, instead of constantly worrying about changes in frameworks and tools, take the time to learn these core concepts. Believe me, on the basis of understanding these core concepts, we can master new frameworks, tools and APIs faster.

8. Emergency measures are not effective for a long time

Many times, software programmers may adopt emergency and workaround solutions (either because of time constraints or lack of understanding) In-depth understanding of the problem, or insufficient technical experience). However, these workarounds break the code, making it difficult to extend and maintain later. I can understand that sometimes this situation is really difficult to avoid, but just like we should all tell the truth, if you tell a lie, you have to know that the lie will be exposed one day.

9. Read documents

One of the basic habits of good programmers is to read a large number of documents, technical indicators, JSR, API documents, tutorials, etc. Reading documentation provides the necessary foundation for programming in the best possible way.

10. Learn other people’s code

I really like to communicate and interact with those excellent programmers who have java source code in the IDE, and read/reference their code. Because by doing so, you can not only understand the basic knowledge, but also learn new ways to write projects. Reading and referring to some reliable and known open source code or your own advanced code will also help us program better.

The above is the detailed content of How to learn to be a good programmer. For more information, please follow other related articles on the PHP Chinese website!

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
揭秘C语言的吸引力: 发掘程序员的潜质揭秘C语言的吸引力: 发掘程序员的潜质Feb 24, 2024 pm 11:21 PM

学习C语言的魅力:解锁程序员的潜力随着科技的不断发展,计算机编程已经成为了一个备受关注的领域。在众多编程语言中,C语言一直以来都备受程序员的喜爱。它的简单、高效以及广泛应用的特点,使得学习C语言成为了许多人进入编程领域的第一步。本文将讨论学习C语言的魅力,以及如何通过学习C语言来解锁程序员的潜力。首先,学习C语言的魅力在于其简洁性。相比其他编程语言而言,C语

接私活挣钱!2023程序员接单平台大全!接私活挣钱!2023程序员接单平台大全!Jan 09, 2023 am 09:50 AM

上周我们做了一次关于《2023PHP创业》的公益直播,很多同学咨询具体有哪些接单平台,下面php中文网整理了22个还算靠谱的平台,以供参考!

2023过年,又限制放烟花?程序猿有办法!2023过年,又限制放烟花?程序猿有办法!Jan 20, 2023 pm 02:57 PM

本篇文章给大家介绍如何用前端代码实现一个烟花绽放的绚烂效果,其实主要就是用前端三剑客来实现,也就是HTML+CSS+JS,下面一起来看一下,作者会解说相应的代码,希望对需要的朋友有所帮助。

程序员是做什么的程序员是做什么的Aug 03, 2019 pm 01:40 PM

程序员的工作职责:1、负责软件项目的详细设计、编码和内部测试的组织实施;2、协助项目经理和相关人员同客户进行沟通,保持良好的客户关系;3、参与需求调研、项目可行性分析、技术可行性分析和需求分析;4、熟悉并熟练掌握交付软件部开发的软件项目的相关软件技术;5、负责向项目经理及时反馈软件开发中的情况;6、参与软件开发和维护过程中重大技术问题的解决;7、负责相关技术文档的拟订等等。

520程序员专属浪漫表白方式!无法拒绝!520程序员专属浪漫表白方式!无法拒绝!May 19, 2022 pm 03:07 PM

520将至,年度虐汪大戏他又双叒叕来啦!想看看最理性的代码和最浪漫的告白究竟能碰撞出怎样的火花?下面带你逐一领略最全最完整的告白代码,看看程序员们的浪漫是否能够掳获各位心目中女神的芳心呢?

浅析怎么下载安装VSCode历史版本浅析怎么下载安装VSCode历史版本Apr 17, 2023 pm 07:18 PM

VSCode历史版本的下载安装 VSCode安装 下载 安装 参考资料 VSCode安装 Windows版本:Windows10 VSCode版本:VScode1.65.0(64位User版本) 本文

2022年最佳的Windows 11终端仿真器列表:Top 15款推荐2022年最佳的Windows 11终端仿真器列表:Top 15款推荐Apr 24, 2023 pm 04:31 PM

终端仿真器允许您模仿标准计算机终端的功能。有了它,您可以执行数据传输并远程访问另一台计算机。当与Windows11等高级操作系统结合使用时,这些工具的创造性可能性是无穷无尽的。但是,有很多第三方终端仿真器可用。因此,很难选择合适的。但是,正如我们对必备的Windows11应用所做的那样,我们选择了您可以使用的最佳终端并提高您的工作效率。我们如何选择最好的Windows11终端模拟器?在选择此列表中的工具之前,我们的专家团队首先测试了它们与Windows11的兼容性。我们还检查了他们

Devin第一手使用体验:完成度很高,开始编码就停不下来,但要替代程序员还很远Devin第一手使用体验:完成度很高,开始编码就停不下来,但要替代程序员还很远Mar 18, 2024 pm 03:30 PM

由10枚IOI金牌在手的创业团队CognitionAI开发的全球首个AI程序员智能体Devin,一发布就让科技圈坐立不安。在演示中,Devin几乎已经可以独立完成许多需要普通程序员花费大量时间才能完成的任务,而且表现一点也不逊色于普通程序员。但是,产品能力的边界在哪里,实际体验和演示时候有差距,还的看上手实测之后的效果。这位斯坦福的小哥在Devin发布的第一时间就联系了团队,获得了第一手体验的资格。他让Devin帮它做了几个难度不一的项目,录制了一个视频,在推上写下了自己的使用感受。下一个任务是

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

Hot Tools

MinGW - Minimalist GNU for Windows

MinGW - Minimalist GNU for Windows

This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

DVWA

DVWA

Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

SecLists

SecLists

SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools

SublimeText3 Linux new version

SublimeText3 Linux new version

SublimeText3 Linux latest version