Home Backend Development PHP Tutorial 【转】一位资深程序员感悟-编程老手与高手的误区解决方法

【转】一位资深程序员感悟-编程老手与高手的误区解决方法

Jun 13, 2016 pm 01:30 PM
3d internet it nbsp web

【转】一位资深程序员感悟--编程老手与高手的误区
自从计算机问世以来,程序设计就成了令人羡慕的职业,程序员在受人宠爱之后容
易发展成为毛病特多却常能自我臭美的群体。 
如今在 Internet 上流传的“真正”的程序员据说是这样的: 
(1) 真正的程序员没有进度表,只有讨好领导的马屁精才有进度表,真正的程序员会让
领导提心吊胆。 
(2) 真正的程序员不写使用说明书,用户应当自己去猜想程序的功能。 
(3) 真正的程序员几乎不写代码的注释,如果注释很难写,它理所当然也很难读。 
(4) 真正的程序员不画流程图,原始人和文盲才会干这事。 
(5) 真正的程序员不看参考手册,新手和胆小鬼才会看。 
(6) 真正的程序员不写文档也不需要文档,只有看不懂程序的笨蛋才用文档。 
(7) 真正的程序员认为自己比用户更明白用户需要什么。 
(8) 真正的程序员不接受团队开发的理念,除非他自己是头头。 
(9) 真正的程序员的程序不会在第一次就正确运行,但是他们愿意守着机器进行若干个
30 小时的调试改错。 
(10) 真正的程序员不会在上午 9:00 到下午 5:00 之间工作,如果你看到他在上午 9:00 工
作,这表明他从昨晚一直干到现在。 
…… 
具备上述特征越多,越显得水平高,资格老。所以别奇怪,程序员的很多缺点竟然
可以被当作优点来欣赏。就象在武侠小说中,那些独来独往、不受约束且带点邪气的高
手最令人崇拜。我曾经也这样信奉,并且希望自己成为那样的“真正”的程序员,结果
没有得到好下场。 
 
我从读大学到博士毕业十年来一直勤奋好学,累计编写了数十万行 C++/C 代码。有
这样的苦劳和疲劳,我应该称得上是编程老手了吧? 
我开发的软件都与科研相关(集成电路 CAD 和 3D 图形学领域) ,动辄数万行程序,
技术复杂,难度颇高。这些软件频频获奖,有一个软件获得首届中国大学生电脑大赛软
件展示一等奖。在 1995 年开发的一套图形软件库到 2000 年还有人买。罗列出这些“业
绩” ,可以说明我算得上是编程高手了吧? 
可惜这种个人感觉不等于事实。 
 
读博期间我曾用一年时间开发了一个近 10 万行 C++代码的 3D 图形软件产品,我内
心得意表面谦虚地向一位真正的软件高手请教。他虽然从未涉足过 3D 图形领域,却在
几十分钟内指出该软件多处重大设计错误。让人感觉那套软件是用纸糊的华丽衣服,扯
一下掉一块,戳一下破个洞。我目瞪口呆地意识到这套软件毫无实用价值,一年的心血
白化了,并且害死了自己的软件公司。 
 
人的顿悟通常发生在最心痛的时刻,在沮丧和心痛之后,我作了深刻反省, “面壁”
半年,重新温习软件设计的基础知识。补修“内功”之后,又觉得腰板硬了起来。博士
毕业前半年,我曾到微软中国研究院找工作,接受微软公司一位资深软件工程师的面试。
他让我写函数 strcpy 的代码。 

太容易了吧? 
错! 
这么一个小不点的函数,他从三个方面考查: 
(1)编程风格; 
(2)出错处理; 
(3)算法复杂度分析(用于提高性能) 。 
在大学里从来没有人如此严格地考查过我的程序。我化了半个小时,修改了数次,
他还不尽满意,让我回家好好琢磨。我精神抖擞地进“考场” ,大汗淋漓地出“考场” 。
这“高手”当得也太窝囊了。我又好好地反省了一次。 
 
我把反省后的心得体会写成文章放在网上传阅,引起了不少软件开发人员的共鸣。
我因此有幸和国产大型 IT 企业如华为、上海贝尔、中兴等公司的同志们广泛交流。大家
认为提高质量与生产率是软件工程要解决的核心问题。高质量程序设计是非常重要的环
节,毕竟软件是靠编程来实现的。 
我们心目中的老手们和高手们能否编写出高质量的程序来? 
不见得都能! 
 
就我的经历与阅历来看,国内大学的计算机教育压根就没有灌输高质量程序设计的
观念,教师们和学生们也很少自觉关心软件的质量。勤奋好学的程序员长期在低质量的
程序堆中滚爬,吃尽苦头之后才有一些心得体会,长进极慢,我就是一例。 
现在国内 IT 企业拥有学士、硕士、博士文凭的软件开发人员比比皆是,但他们在接
受大学教育时就“先天不足” ,岂能一到企业就突然实现质的飞跃。试问有多少软件开发
人员对正确性、健壮性、可靠性、效率、易用性、可读性(可理解性) 、可扩展性、可复
用性、兼容性、可移植性等质量属性了如指掌?并且能在实践中运用自如?。 “高质量”
可不是干活小心点就能实现的! 
 我们有充分的理由疑虑: 
(1)编程老手可能会长期用隐含错误的方式编程(习惯成自然) ,发现毛病后都不愿相
信那是真的! 
(2)编程高手可以在某一领域写出极有水平的代码,但未必能从全局把握软件质量的方
方面面。 
 
  事实证明如此。我到上海贝尔工作一年来,陆续面试或测试过近百名“新” “老”程
序员的编程技能,质量合格率大约是 10%。很少有人能够写出完全符合质量要求的 if
语句,很多程序员对指针、内存管理一知半解,……。 
领导们不敢相信这是真的。我做过现场试验:有一次部门新进 14 名硕士生,在开欢
迎会之前对他们进行“C++/C 编程技能”摸底考试。我问大家试题难不难?所有的人都
回答不难。结果没有一个人及格,有半数人得零分。竞争对手公司的朋友们也做过试验,
同样一败涂地。 
 
真的不是我“心狠手辣”或者要求过高,而是很多软件开发人员对自己的要求不够
高。 
要知道华为、上海贝尔、中兴等公司的员工素质在国内 IT 企业中是比较前列的,倘
若他们的编程质量都如此差的话,我们怎么敢期望中小公司拿出高质量的软件呢?连程
序都编不好,还谈什么振兴民族软件产业,岂不胡扯。 
 
我打算定义编程老手和编程高手,请您别见笑。 
定义 1:能长期稳定地编写出高质量程序的程序员称为编程老手。 
定义 2:能长期稳定地编写出高难度、高质量程序的程序员称为编程高手。 
根据上述定义,马上得到第一推论:我既不是高手也算不上是老手。 
 
在写此书前,我阅读了不少程序设计方面的英文著作,越看越羞惭。因为发现自己
连编程基本技能都未能全面掌握,顶多算是二流水平,还好意思谈什么老手和高手。希
望和我一样在国内土生土长的程序员朋友们能够做到: 
(1)知错就改; 
(2)经常温故而知新; 
(3)坚持学习,天天向上。

------解决方案--------------------
说的有些道理
博士应该是博学之士,锋芒毕露不应该是他的事
------解决方案--------------------
一个人编写的软件毕竟不如团队合作的结晶。
再好的技术也要有更好的思路来实现。
自己菜不怕,就怕没有长久上进的心理。
“路漫漫其修远兮,吾将上下而求索”
------解决方案--------------------
那是软件,在web的话应该很难做到尽善尽美,每次看自己写的东西都有错误。但没办法,在web,这些垃圾代码就是快餐,别以为这些东东多有营养,工期才是第一位,漏洞?!边写边上传边改吧。
------解决方案--------------------
当编程沦为一种混饭吃的工具时,有多少人会在乎这些??

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 尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
1 months ago By 尊渡假赌尊渡假赌尊渡假赌
Two Point Museum: All Exhibits And Where To Find Them
1 months 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)

Solution: Your organization requires you to change your PIN Solution: Your organization requires you to change your PIN Oct 04, 2023 pm 05:45 PM

The message "Your organization has asked you to change your PIN" will appear on the login screen. This happens when the PIN expiration limit is reached on a computer using organization-based account settings, where they have control over personal devices. However, if you set up Windows using a personal account, the error message should ideally not appear. Although this is not always the case. Most users who encounter errors report using their personal accounts. Why does my organization ask me to change my PIN on Windows 11? It's possible that your account is associated with an organization, and your primary approach should be to verify this. Contacting your domain administrator can help! Additionally, misconfigured local policy settings or incorrect registry keys can cause errors. Right now

How to adjust window border settings on Windows 11: Change color and size How to adjust window border settings on Windows 11: Change color and size Sep 22, 2023 am 11:37 AM

Windows 11 brings fresh and elegant design to the forefront; the modern interface allows you to personalize and change the finest details, such as window borders. In this guide, we'll discuss step-by-step instructions to help you create an environment that reflects your style in the Windows operating system. How to change window border settings? Press + to open the Settings app. WindowsI go to Personalization and click Color Settings. Color Change Window Borders Settings Window 11" Width="643" Height="500" > Find the Show accent color on title bar and window borders option, and toggle the switch next to it. To display accent colors on the Start menu and taskbar To display the theme color on the Start menu and taskbar, turn on Show theme on the Start menu and taskbar

Why is Gaussian Splatting so popular in autonomous driving that NeRF is starting to be abandoned? Why is Gaussian Splatting so popular in autonomous driving that NeRF is starting to be abandoned? Jan 17, 2024 pm 02:57 PM

Written above & the author’s personal understanding Three-dimensional Gaussiansplatting (3DGS) is a transformative technology that has emerged in the fields of explicit radiation fields and computer graphics in recent years. This innovative method is characterized by the use of millions of 3D Gaussians, which is very different from the neural radiation field (NeRF) method, which mainly uses an implicit coordinate-based model to map spatial coordinates to pixel values. With its explicit scene representation and differentiable rendering algorithms, 3DGS not only guarantees real-time rendering capabilities, but also introduces an unprecedented level of control and scene editing. This positions 3DGS as a potential game-changer for next-generation 3D reconstruction and representation. To this end, we provide a systematic overview of the latest developments and concerns in the field of 3DGS for the first time.

10 Ways to Adjust Brightness on Windows 11 10 Ways to Adjust Brightness on Windows 11 Dec 18, 2023 pm 02:21 PM

Screen brightness is an integral part of using modern computing devices, especially when you look at the screen for long periods of time. It helps you reduce eye strain, improve legibility, and view content easily and efficiently. However, depending on your settings, it can sometimes be difficult to manage brightness, especially on Windows 11 with the new UI changes. If you're having trouble adjusting brightness, here are all the ways to manage brightness on Windows 11. How to Change Brightness on Windows 11 [10 Ways Explained] Single monitor users can use the following methods to adjust brightness on Windows 11. This includes desktop systems using a single monitor as well as laptops. let's start. Method 1: Use the Action Center The Action Center is accessible

How to turn off private browsing authentication for iPhone in Safari? How to turn off private browsing authentication for iPhone in Safari? Nov 29, 2023 pm 11:21 PM

In iOS 17, Apple introduced several new privacy and security features to its mobile operating system, one of which is the ability to require two-step authentication for private browsing tabs in Safari. Here's how it works and how to turn it off. On an iPhone or iPad running iOS 17 or iPadOS 17, Apple's browser now requires Face ID/Touch ID authentication or a passcode if you have any Private Browsing tab open in Safari and then exit the session or app to access them again. In other words, if someone gets their hands on your iPhone or iPad while it's unlocked, they still won't be able to view your privacy without knowing your passcode

CLIP-BEVFormer: Explicitly supervise the BEVFormer structure to improve long-tail detection performance CLIP-BEVFormer: Explicitly supervise the BEVFormer structure to improve long-tail detection performance Mar 26, 2024 pm 12:41 PM

Written above & the author’s personal understanding: At present, in the entire autonomous driving system, the perception module plays a vital role. The autonomous vehicle driving on the road can only obtain accurate perception results through the perception module. The downstream regulation and control module in the autonomous driving system makes timely and correct judgments and behavioral decisions. Currently, cars with autonomous driving functions are usually equipped with a variety of data information sensors including surround-view camera sensors, lidar sensors, and millimeter-wave radar sensors to collect information in different modalities to achieve accurate perception tasks. The BEV perception algorithm based on pure vision is favored by the industry because of its low hardware cost and easy deployment, and its output results can be easily applied to various downstream tasks.

Win10/11 digital activation script MAS version 2.2 re-supports digital activation Win10/11 digital activation script MAS version 2.2 re-supports digital activation Oct 16, 2023 am 08:13 AM

The famous activation script MAS2.2 version supports digital activation again. The method originated from @asdcorp and the team. The MAS author calls it HWID2. Download gatherosstate.exe (not original, modified) from https://github.com/massgravel/Microsoft-Activation-Scripts, run it with parameters, and generate GenuineTicket.xml. First take a look at the original method: gatherosstate.exePfn=xxxxxxx;DownlevelGenuineState=1 and then compare with the latest method: gatheros

Choose camera or lidar? A recent review on achieving robust 3D object detection Choose camera or lidar? A recent review on achieving robust 3D object detection Jan 26, 2024 am 11:18 AM

0.Written in front&& Personal understanding that autonomous driving systems rely on advanced perception, decision-making and control technologies, by using various sensors (such as cameras, lidar, radar, etc.) to perceive the surrounding environment, and using algorithms and models for real-time analysis and decision-making. This enables vehicles to recognize road signs, detect and track other vehicles, predict pedestrian behavior, etc., thereby safely operating and adapting to complex traffic environments. This technology is currently attracting widespread attention and is considered an important development area in the future of transportation. one. But what makes autonomous driving difficult is figuring out how to make the car understand what's going on around it. This requires that the three-dimensional object detection algorithm in the autonomous driving system can accurately perceive and describe objects in the surrounding environment, including their locations,

See all articles