Why do most programmers look down on the PHP language?
#Why do most programmers look down on the language PHP?
The reason is very simple. People have different pursuits:
1. Some programmers enjoy how many IT tools they have and how many professional tricks they know. PHP This language is mainly suitable for rapid development of web projects with medium concurrency and light-weight script task development. It is not a universal IT tool and does not have many in-depth language features, so it does not meet the demands of these programmers.
2. Some programmers are oriented on how to solve domain problems quickly and at low cost, focusing on cost. As the main engineering language, PHP can quickly meet project delivery and meet the vast majority of projects on the market that do not have high concurrency requirements. It meets the IT needs of enterprises and therefore meets the demands of these programmers.
People's demands are diverse, so the question itself can be understood as "Why doesn't everyone look down on/look up to PHP?", well... This is an idea that hopes to standardize human thinking. .
Why is the PHP language criticized by so many people?
As an old PHPer who has been developing for many years, here are some advantages and disadvantages for you to judge.
1. Low entry barrier
PHP’s unique syntax mixes C, Java, Perl and PHP’s self-innovated syntax. (To put it simply, you use several other languages and use them partially. What do programmers in other languages think?) Many people can make relatively good things and get started quickly after studying by themselves for a few months. , you can write a web application with html, css, and js.
The threshold is low, you can find a job after just a few months of study, you can make money, and the salary is okay
The development speed is fast, a small and medium-sized web project can be completed in one to three months You can come out.
2. Small amount of code and fast development speed
Many people find that they have to write a lot of code and it can be completed by just adjusting a function in PHP. Are you angry?
3. Low development cost
The most classic combination of PHP is: linux Apache mysql PHP, referred to as (LAMP, Band of Brothers). All software is open source and free, which can reduce investment.
4. Strong cross-platform capability
Because PHP is a script that runs on the server side, it can run under UNIX, LINUX, WINDOWS, and Mac OS. At present, WeChat's secondary development is basically developed using PHP.
#There are so many advantages, but the flaws are also fatal.
1. Low remuneration
In fact, the position on the programmers’ contempt chain is closely related to the salary...
When a certain technology is at the forefront of popularity , everyone is talking about it, and various giants and new startups are using it, and the income will naturally increase. On the contrary, if a certain technology is declining and being replaced, and senior developers are "defecting" to other new technologies, the proportion of rookies among practitioners will become higher and higher. As the average income drops, others will look at them with contempt. It's getting more glaring.
Take the latest survey conducted by stackoverflow in 2016 as an example.
Can you find out which technologies bring extra points to your income? They are cloud computing, React, Node, Angular, Scala, Hadoop and other emerging technologies that have emerged in recent years.
Although PHP is ranked fifth in popularity, its income level ranks at the bottom or even bottom no matter which group it belongs to...
2. Growth space
Easy to get started, hard to master. A NB PHP programmer usually has extensive research in JAVA, C language and other languages. However, based on the first point, some people learn other languages after learning PHP, and then change languages to develop. Since entry-level PHP does not require the use of low-level features, some developers who have been around for five years have not seen much low-level code, and even fewer are proficient in it.
3. Not commonly used in large enterprise development and software development
Since PHP is mainly used for WEB development, it is rarely used in large enterprise development and APP development. If you add a premise, PHP should be the best language in the WEB field. In this case, I think it is completely fine~
4. Work perspective
Compared with other languages, PHP has more exposure to There are a lot of girls there, and occasionally I ask them to help me make a page or something, and the result is usually quite cool, hahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahaha; Two sentences~
5. The core of constant mutual contempt
Language debates have been around since ancient times. No language can be valued by all programmers. But it can be seen in the picture below
hahahahaha
Each language has different fields of action and naturally has limitations. But it is undeniable that PHP does have a lot of job opportunities. It is a server scripting language. It is cheap, has many open source frameworks, and can get started quickly. You said that Java can build large-scale applications, and PHP can quickly develop web sites. This is not wrong. The despised language is always improving, isn’t it? Just like a person who is still actively seeking progress after being scolded, is this worthy of contempt? Worth the effort? Nothing in the world is perfect, and every industry is working hard to improve. Swoole and PHP7 have also redefined PHP.
The above is the detailed content of Why do most programmers look down on the PHP language?. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

In this chapter, we will understand the Environment Variables, General Configuration, Database Configuration and Email Configuration in CakePHP.

PHP 8.4 brings several new features, security improvements, and performance improvements with healthy amounts of feature deprecations and removals. This guide explains how to install PHP 8.4 or upgrade to PHP 8.4 on Ubuntu, Debian, or their derivati

To work with date and time in cakephp4, we are going to make use of the available FrozenTime class.

To work on file upload we are going to use the form helper. Here, is an example for file upload.

In this chapter, we are going to learn the following topics related to routing ?

CakePHP is an open-source framework for PHP. It is intended to make developing, deploying and maintaining applications much easier. CakePHP is based on a MVC-like architecture that is both powerful and easy to grasp. Models, Views, and Controllers gu

Visual Studio Code, also known as VS Code, is a free source code editor — or integrated development environment (IDE) — available for all major operating systems. With a large collection of extensions for many programming languages, VS Code can be c

Validator can be created by adding the following two lines in the controller.
