search
HomeBackend DevelopmentPHP TutorialHow can programmers improve their programming level and their thinking level when reading computer programs?

How to become a high-level programmer?


Related background:

I have been working in PHP for more than half a year, and have been exposed to PHP for a year and a half

I was originally doing SEM in a company, and came into contact with the dede PHP system, so I started to learn HTML, CSS, and PHP by myself as an amateur

Amateur I just read information, videos, and simple blog project codes on the Internet, and then I wrote a website homepage. Later, I transferred to the company to do PHP


At work, I learned how to use js while getting started, and later I did it manually. After installing WAPM, I have also struggled with linux design patterns. I have tested them one by one. There are more than 20 types. I have some insights into object-oriented data structures and algorithms. After reading them, I feel like I don’t know where to use them.


Operation System - I haven’t finished it yet

I know a little bit about C, I know a little bit about PHP, and now I’ve read a little bit about python

And I haven’t finished reading the book on high-performance mysql yet

My major is: telecommunications engineering, mainly Learned: Analog circuits, digital circuits, assembly language and microcontrollers, PCB circuit board design, C language, microcomputer principles and interfaces, EWB circuit design, VHDL programming... and others I forgot...

Last semester, I have written an electronic clock using C language + 52 microcontroller, which can tell time on the hour. I bought the components and made a physical object, which consumes more power. The C code is more than 400 lines, which is considered a toy-level thing.


My biggest doubt now That is: I have a friend who works in C++. He seems to be able to understand the implementation principles of many programs, but I feel that I am still in chaos and cannot see the essence of the program clearly. I cannot understand everything. The books I read, I feel, Just like beads, they are scattered, as if there is a thread missing to connect them, but I can't find that thread. Programs other than the web are still very mysterious to me

All I can understand now is, Programs all process characters (the lower level point is 101010...), accept user input, and then use an algorithm to process it, and then save it in the computer in a suitable way, and display it when the user needs it. come out. This perception is based on my conjecture combining pyton, php, mysql, redis, command line mode, and 'hello world'...


What exactly is the problem, what knowledge is missing, how to make up for it, and how to become an advanced program as soon as possible As a programmer, I look at programs and computers from a new height. I think a qualified programmer, at least in terms of thinking, should not be limited by a certain programming language (I myself want to write a program in C and be able to Accept the input and save it, and then imitate mysql to do the function, I don’t know if it makes sense)

Reply content:

Thanks for the invitation.

Our old principal said, "Action is the beginning of knowledge; knowledge is the completion of action." So, if you don’t understand it, write the code first. To ask a question, first show me your code - now it should be show me your github. There are no tens of thousands of lines of code on Github, so there is no need to ask the question "How to become a senior programmer as soon as possible". Anyway, you won't understand the good advice given by others. We have a young guy here who has just debuted. His github submission record in the past year is like this:
How can programmers improve their programming level and their thinking level when reading computer programs?Why don't you go and refresh your github like this before asking questions, so as to save everyone from wasting their time? There are books. . .
Computer Architecture (Douban)
Construction and Interpretation of Computer Programs (Douban) Strength = theory + practice.

A friend told me that if you want to become a master, it is very simple. If you persist every day for 4 consecutive years, from 6:00 in the morning to 23:00 in the evening, keep reading + doing experiments. After 4 years, you will be a master. The books I have read are too poor/few. Find more good books to read.
You probably wrote a lot of repetitive and useless code.
Don’t pretend to work hard and green github every day, it’s useless, you can only impress yourself. (Wouldn’t it be green after pushing three different readme.mds?)
Learn some new knowledge every day, dare to challenge yourself, and only when you leave your comfort zone will you continue to make progress (that is, when you write some code that feels so difficult, painful, and uncomfortable ).

A few words: Those who learn electronics are likely to enter the cycle mode of downloading source code, changing parameters, and burning programs, and ignore the learning of basic knowledge.
So honestly go and take a look at the data structures, operating systems and other things you mentioned. You now know how to use each engine part and are familiar with the assembly method, but you don't know how this part is manufactured.
@小京mo@Badger4us I suggest you read the programming introductory guides of these two people. It should be able to avoid a lot of trouble. Pay more attention and think more The foundation is not strong
The earth is shaking
I can tell you something responsibly
Computers are all-inclusive
Essentially, whether it is python c c++ c90 they are all computer languages
You have to understand the key to why we need to program It’s because we have to communicate with computers
For example, the computer is God. No matter you speak French, Spanish, Chinese, or Allahu Akbar, He can understand it
So you have to understand how language works
Every language has its owner Predicate object, definite state complement (I’m trying to hold back on learning a language, I’m just talking about some life experiences)
Don’t learn complicated languages. If you say you want to get involved in C now, just thoroughly understand C. Ask yourself after work How many hours do you type code one day? Do you love computers or do you just make a living? Computer thinking, for example, you have to be very good at physical thinking to have an epiphany. Being able to solve a few physics problems is not called physical thinking (escape).
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
The Continued Use of PHP: Reasons for Its EnduranceThe Continued Use of PHP: Reasons for Its EnduranceApr 19, 2025 am 12:23 AM

What’s still popular is the ease of use, flexibility and a strong ecosystem. 1) Ease of use and simple syntax make it the first choice for beginners. 2) Closely integrated with web development, excellent interaction with HTTP requests and database. 3) The huge ecosystem provides a wealth of tools and libraries. 4) Active community and open source nature adapts them to new needs and technology trends.

PHP and Python: Exploring Their Similarities and DifferencesPHP and Python: Exploring Their Similarities and DifferencesApr 19, 2025 am 12:21 AM

PHP and Python are both high-level programming languages ​​that are widely used in web development, data processing and automation tasks. 1.PHP is often used to build dynamic websites and content management systems, while Python is often used to build web frameworks and data science. 2.PHP uses echo to output content, Python uses print. 3. Both support object-oriented programming, but the syntax and keywords are different. 4. PHP supports weak type conversion, while Python is more stringent. 5. PHP performance optimization includes using OPcache and asynchronous programming, while Python uses cProfile and asynchronous programming.

PHP and Python: Different Paradigms ExplainedPHP and Python: Different Paradigms ExplainedApr 18, 2025 am 12:26 AM

PHP is mainly procedural programming, but also supports object-oriented programming (OOP); Python supports a variety of paradigms, including OOP, functional and procedural programming. PHP is suitable for web development, and Python is suitable for a variety of applications such as data analysis and machine learning.

PHP and Python: A Deep Dive into Their HistoryPHP and Python: A Deep Dive into Their HistoryApr 18, 2025 am 12:25 AM

PHP originated in 1994 and was developed by RasmusLerdorf. It was originally used to track website visitors and gradually evolved into a server-side scripting language and was widely used in web development. Python was developed by Guidovan Rossum in the late 1980s and was first released in 1991. It emphasizes code readability and simplicity, and is suitable for scientific computing, data analysis and other fields.

Choosing Between PHP and Python: A GuideChoosing Between PHP and Python: A GuideApr 18, 2025 am 12:24 AM

PHP is suitable for web development and rapid prototyping, and Python is suitable for data science and machine learning. 1.PHP is used for dynamic web development, with simple syntax and suitable for rapid development. 2. Python has concise syntax, is suitable for multiple fields, and has a strong library ecosystem.

PHP and Frameworks: Modernizing the LanguagePHP and Frameworks: Modernizing the LanguageApr 18, 2025 am 12:14 AM

PHP remains important in the modernization process because it supports a large number of websites and applications and adapts to development needs through frameworks. 1.PHP7 improves performance and introduces new features. 2. Modern frameworks such as Laravel, Symfony and CodeIgniter simplify development and improve code quality. 3. Performance optimization and best practices further improve application efficiency.

PHP's Impact: Web Development and BeyondPHP's Impact: Web Development and BeyondApr 18, 2025 am 12:10 AM

PHPhassignificantlyimpactedwebdevelopmentandextendsbeyondit.1)ItpowersmajorplatformslikeWordPressandexcelsindatabaseinteractions.2)PHP'sadaptabilityallowsittoscaleforlargeapplicationsusingframeworkslikeLaravel.3)Beyondweb,PHPisusedincommand-linescrip

How does PHP type hinting work, including scalar types, return types, union types, and nullable types?How does PHP type hinting work, including scalar types, return types, union types, and nullable types?Apr 17, 2025 am 12:25 AM

PHP type prompts to improve code quality and readability. 1) Scalar type tips: Since PHP7.0, basic data types are allowed to be specified in function parameters, such as int, float, etc. 2) Return type prompt: Ensure the consistency of the function return value type. 3) Union type prompt: Since PHP8.0, multiple types are allowed to be specified in function parameters or return values. 4) Nullable type prompt: Allows to include null values ​​and handle functions that may return null values.

See all articles

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

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

SublimeText3 English version

SublimeText3 English version

Recommended: Win version, supports code prompts!

mPDF

mPDF

mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

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.

Atom editor mac version download

Atom editor mac version download

The most popular open source editor