源码聚合搜索 - 壹搜网为您找到"

别傻了,写出极致整洁的代码,是你升不了职的根本原因

"相关结果 10条

font-synthesis

The font-synthesis shorthand CSS property lets you specify whether or not the browser may synthesize the bold, italic, small-caps, and/or subscript and superscript typefaces when they are missing in the specified font-family.
developer.mozilla.org

introduce :: Unital cat i1 i2 io f => cat io (f i1 i2)

monoidal-functors Data.Bifunctor.Monoidal
hackage.haskell.org

javascript - 代码整洁之道 - 睿Talk - SegmentFault 思否

欢迎关注我的公众号睿Talk,获取我最新的文章: 一、前言 最近在做一些项目重构的工作,看了不少脏乱差的代码,身心疲惫。本文将讨论如何编写整洁的代码,不求高效运行,只求可读性强,便于维护。 二、为什么要写简洁的代码 作为一个合格的程序员,写出简洁的代码是基本的职业素养。相信绝大部分的程序员都不会故意
segmentfault.com

Internationalization

The Intl object is the namespace for the ECMAScript Internationalization API, which provides a wide range of locale- and culture-sensitive data and operations.
developer.mozilla.org

《代码整洁之道》第一章:整洁代码 - 简书

代码是我们表达需求的语言 为什么你写的代码很糟糕? 是为了快点完成而赶时间吗?或者只是单纯的为了实现结果,哪怕你的代码过程怎么样都不重要,当结果呈现出你想象中的样子,你便弃之而不顾,可能当你回头再看你写的代码时,你都忘记是怎样的思路?又或者是随便先写点代码出来,结果出现后稍后再整理,等等。久而久之,
www.jianshu.com

Segments.prototype[Symbol.iterator]()

The [Symbol.iterator]() method of Segments instances implements the iterable protocol and allows Segments objects to be consumed by most syntaxes expecting iterables, such as the spread syntax and for...of loops. It returns a segments iterator object that yields data about each segment.
developer.mozilla.org

01.代码整洁之道——整洁代码 - 墨天轮

“第一,你是个程序员;第二,你想成为更好的程序员。” 01 — 要有代码 有人觉得在这个时代——代码不再是问题,我们应当关注模型和需求。觉得代码将很快会自动产生出来,不需要再人工编写。程序员完全没用了,因为业务人员可以从规约直接生成程序。 这是不可能的!我们永远抛不掉代码,因为代码呈现了需求的细节。
www.modb.pro

::first-letter

The ::first-letter CSS pseudo-element applies styles to the first letter of the first line of a block container, but only when not preceded by other content (such as images or inline tables).
developer.mozilla.org

程序员代码写得好,升职反而慢?_程序员技术专栏的博客-CSDN博客

在大多数人的认知里,工作中只要你把活干好了,升职加薪的几率也就更大。而写代码本就是门技术活,不像工厂那种流水线工作,编程好的人确实是需要一些技术含量的,优秀的代码人人夸,差劲的代码到处都是bug! 所以一个人的技术能力越强,代码比别人写得好,确实是有机会拿高薪的。但最近有个程序员发了个吐槽帖,说公司
blog.csdn.net

《代码整洁之道》原则整理 - InfoQ 写作平台

代码整洁之道 第一章:整洁代码 程序员的迷思:有那么几年经验的开发者都知道,之前的混乱拖了自己的后腿。但开发者们背负期限的压力,只好制造混乱。这其实是错的:制造混乱无助于赶上期限。混乱只会立刻拖慢你,叫你错过期限。赶上期限的唯一方法,即做得快的唯一方法 :始终尽可能保持代码整洁。 为什么呢? 我们读
xie.infoq.cn