Home Backend Development PHP Tutorial How to be a bad programmer

How to be a bad programmer

Jul 25, 2016 am 08:48 AM

Being a good developer is hard. So let’s talk about how to be a bad web developer!
Only learn it once
If you want to realize the function and make the function work normally, haha, is your method like this:
No contact, no thinking, and no thinking about whether it can be improved
Why? Shall I solve the problem? There is no need to repair the parts that are not damaged, right? It doesn't matter if the progress is slow, it doesn't matter, the code is unreadable or it's copied and pasted from other parts of the program, it doesn't matter if it's taken from some shady website. As long as the problem can be solved, everything will be fine.
According to this inference, our approach is: don’t read books, don’t read blogs, articles, don’t accept other people’s opinions, and don’t watch online broadcasts. Why do you need to solve this problem? Obviously your knowledge is the most suitable, and it seems that you have to do it, so... you think there is no need to waste time - once you master this knowledge, there is no need to study in depth!
By the way, you don’t need to learn a new programming language either. Groovy? Clojure? Scala? Bah, it’s all a lie! Look at those guys who only know COBOL: Aren’t they still doing well!
Don’t delve into what you learned
Well, anyway, you learned something after all. Searching for solutions on StackOverflow, I accidentally found an article by Martin Fowler that was quite fascinating, or maybe I felt it was too boring and put "The Clean Coder" on the shelf.
No matter what you learn, don’t delve into it. Yes, just follow the rigid content blindly: don’t check whether the knowledge is true or not, and don’t check whether it suits your style! Learn everything only once, dear!
Observe from different angles, and then come up with some unique insights... Why bother? Once you apply it and solve the problem, you can easily go home and play games. We'll talk about the rest later, just muddle along, okay?
Do not accept other people’s opinions and guidance
This is obvious, because...are their words necessarily correct?
You have learned how to solve this problem. And it works. That's it. Why should others question your coding methods? There is no need for you to learn other ways to solve problems!
It’s really annoying to rely on your old age and chatter endlessly, and it will also hurt our self-awareness. So don't listen to these guys.
No need to make your code readable
Think about it: why should you make your code readable? It sounds like we have to go back often to visit? Your code is already great and working, so we don't need to touch it anymore.
In addition, as far as the computer is concerned, it doesn’t care whether the code is readable or not, as long as it can run the program. Your code is not written so that other programmers can read it. In fact, it would be best if only you could read it, so that the job is yours, right?
Do not write tests
Only Loser needs tests. Testing is the epitaph of the foolish.
Please believe that your code is perfect! You never make a mistake - sometimes it's because the programming language is flawed, or it's the machine's fault.
If the code works on your machine, there's no reason why it can't run fine elsewhere, forever.
In addition to writing code, don’t do anything else
Why do you need to analyze requirements, understand the business, write tests, and learn how to deploy in places other than your own computer?
Besides, these things won’t do you any good in writing code, right? Besides wasting time, does completing these tasks help?
Don’t help others
Don’t help others: let them figure it out. Maybe they'll ask you how you solved what they see as a problem, but why should you bother? It's done anyway, isn't it?
Also, maybe that programmer is just like you and can’t listen to other people’s suggestions: “Don’t accept other people’s opinions and guidance”, haven’t you forgotten it?
Helping others is not only time-consuming, but also makes you doubt your own knowledge and abilities, which should not happen. Therefore, everyone should sweep the snow in front of their own door and don't worry about the frost on other people's tiles.
Conclusion
Master all the above tips and you will successfully become a bad developer. A terrible but comfortable developer. Don't thank me!
Cheers to this!
Hey, you said you don’t want to be a bad developer?
Okay, but first, let me tell you solemnly that this road will definitely be difficult, please be mentally prepared:
The above tips on how to become a "bad developer" are completely reversed. Yes, I mean everything, every one!
Reflect and self-criticize regularly: Is this effective? Why does it work? Why doesn't it work? Is there any possibility of improvement? The thinking process may be overwhelming, but it will also allow you to make continuous progress.
Read "The Clean Coder" by Robert C. Martin. This is not a sales pitch. If you're interested in becoming a truly professional developer, rather than a terrible one, it's definitely worth every penny you spend.
Okay, let’s start towards the goal now!

Receive LAMP Brothers’ original PHP tutorial CD/"Essential PHP in Detail" free of charge. For details, please contact the official website customer service: http://www.lampbrother.net



Statement of this Website
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

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

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Repo: How To Revive Teammates
4 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

11 Best PHP URL Shortener Scripts (Free and Premium) 11 Best PHP URL Shortener Scripts (Free and Premium) Mar 03, 2025 am 10:49 AM

Long URLs, often cluttered with keywords and tracking parameters, can deter visitors. A URL shortening script offers a solution, creating concise links ideal for social media and other platforms. These scripts are valuable for individual websites a

Introduction to the Instagram API Introduction to the Instagram API Mar 02, 2025 am 09:32 AM

Following its high-profile acquisition by Facebook in 2012, Instagram adopted two sets of APIs for third-party use. These are the Instagram Graph API and the Instagram Basic Display API.As a developer building an app that requires information from a

Working with Flash Session Data in Laravel Working with Flash Session Data in Laravel Mar 12, 2025 pm 05:08 PM

Laravel simplifies handling temporary session data using its intuitive flash methods. This is perfect for displaying brief messages, alerts, or notifications within your application. Data persists only for the subsequent request by default: $request-

Build a React App With a Laravel Back End: Part 2, React Build a React App With a Laravel Back End: Part 2, React Mar 04, 2025 am 09:33 AM

This is the second and final part of the series on building a React application with a Laravel back-end. In the first part of the series, we created a RESTful API using Laravel for a basic product-listing application. In this tutorial, we will be dev

Simplified HTTP Response Mocking in Laravel Tests Simplified HTTP Response Mocking in Laravel Tests Mar 12, 2025 pm 05:09 PM

Laravel provides concise HTTP response simulation syntax, simplifying HTTP interaction testing. This approach significantly reduces code redundancy while making your test simulation more intuitive. The basic implementation provides a variety of response type shortcuts: use Illuminate\Support\Facades\Http; Http::fake([ 'google.com' => 'Hello World', 'github.com' => ['foo' => 'bar'], 'forge.laravel.com' =>

cURL in PHP: How to Use the PHP cURL Extension in REST APIs cURL in PHP: How to Use the PHP cURL Extension in REST APIs Mar 14, 2025 am 11:42 AM

The PHP Client URL (cURL) extension is a powerful tool for developers, enabling seamless interaction with remote servers and REST APIs. By leveraging libcurl, a well-respected multi-protocol file transfer library, PHP cURL facilitates efficient execution of various network protocols, including HTTP, HTTPS, and FTP. This extension offers granular control over HTTP requests, supports multiple concurrent operations, and provides built-in security features.

12 Best PHP Chat Scripts on CodeCanyon 12 Best PHP Chat Scripts on CodeCanyon Mar 13, 2025 pm 12:08 PM

Do you want to provide real-time, instant solutions to your customers' most pressing problems? Live chat lets you have real-time conversations with customers and resolve their problems instantly. It allows you to provide faster service to your custom

Announcement of 2025 PHP Situation Survey Announcement of 2025 PHP Situation Survey Mar 03, 2025 pm 04:20 PM

The 2025 PHP Landscape Survey investigates current PHP development trends. It explores framework usage, deployment methods, and challenges, aiming to provide insights for developers and businesses. The survey anticipates growth in modern PHP versio

See all articles