管理员所有权代码_为什么代码所有权糟透了,您永远不应该在有实践的地方工作...

管理员所有权代码

Code ownership sucks.

代码所有权糟透了。

It limits code and stunts your growth as a developer.

它限制了代码并阻碍了您作为开发人员的成长。

Let’s look at what code ownership is and why it destroys individuals and organizations.

让我们看看什么是代码所有权以及为什么它破坏个人和组织。

什么是代码所有权 (What is code ownership)

Code ownership is where one person in an organization owns a codebase.

代码所有权是组织中的一个人拥有代码库的位置。

That means one person is responsible for the whole system. The individual is responsible for making changes to the code, taking the decisions about design, and for managing bugs.

这意味着一个人对整个系统负责。 个人负责更改代码,做出有关设计的决定以及管理错误。

Let’s say the system is a web app. With code ownership, one person in the company owns that web app. If there’s a problem with the web app, the code owner is the person who has to fix it.

假设系统是一个Web应用程序。 使用代码所有权,公司中的一个人拥有该Web应用程序。 如果网络应用程序有问题,则代码所有者是必须修复它的人。

为什么会吮吸? (Why does it suck?)

Code ownership is bad for code owners because it stunts their growth.

代码所有权对代码所有者不利,因为它阻碍了他们的成长。

As well, code ownership causes problems for the organization and for code owners.

同样,代码所有权也会给组织和代码所有者带来麻烦。

If no one knows how a system works, nobody can give effective code reviews. Worse, the code might not be reviewed at all.

如果没人知道系统是如何工作的,那么没人会进行有效的代码审查。 更糟糕的是,该代码可能根本不会被审查。

The owner of the code is then the only person who ever looks at the codebase. This stops code owners from learning from their colleagues, which is the best way to learn at work.

这样,代码的所有者便是唯一查看代码库的人。 这阻止了代码所有者向同事学习,这是在工作中学习的最佳方法。

As a code owner, you could be making horrible design decisions and you wouldn’t know it.

作为代码所有者,您可能会做出可怕的设计决策,而您却一无所知。

代码所有权扼杀了动力 (Code ownership kills motivation)

It’s easy to lose motivation when you own a codebase.

当您拥有一个代码库时,很容易失去动力。

People don’t care if you shave 10kb off the bundle size when they don’t even know how big the bundle was before.

人们甚至不在乎捆绑之前的大小时,不在乎是否将捆绑大小减少10kb。

There’s no one to get excited with you when you switch to a new framework, add webpack to the pipeline, or improve server performance by adding a cache.

当您切换到新框架,将Webpack添加到管道中或通过添加缓存来提高服务器性能时,没有人会为您感到兴奋。

This is demotivating.

这令人沮丧。

代码所有权使您懒惰 (Code ownership makes you lazy)

When you own your code, you can get lazy.

拥有代码后,您可能会变得懒惰。

No one is checking in on you. People don’t know that the bug only took you five minutes to fix, and that you spent the rest of the day on reddit.

没有人在检查您。 人们不知道该错误只花了五分钟即可修复,而您余下的时间都花在了reddit上 。

You can coast by, doing the bare minimum. This is a waste.

您可以通过做最少的事情来做。 这是浪费。

I’ve seen 30-year-olds who have been in the same job for the last ten years, working on the same legacy codebase. And it shows. They’re behind on the latest technology, they’re not passionate about their work, and they spend hours every day browsing social media.

我见过30岁的人在过去十年中一直从事相同的工作,并在相同的旧版代码库中工作。 它显示了。 他们落后于最新技术,对工作不满,每天花数小时浏览社交媒体。

Don’t be like them.

不要像他们一样。

代码所有权产生关键人员依赖性 (Code ownership produces key man dependency)

Not only is code ownership bad for the individual but it’s also bad for the organization.

代码所有权不仅对个人不利,对组织也不利。

If one person is responsible for a codebase, what happens when the code owner goes on vacation—or worse—leaves the company? Nobody in the organization will know how the code works.

如果一个人负责一个代码库,那么当代码所有者去休假(或更糟糕的是)离开公司时会发生什么? 组织中没有人会知道代码是如何工作的。

This problem is known as key man dependency. Extreme code ownership produces key man dependency.

这个问题被称为关键人物依赖 。 极端的代码所有权产生关键人员依赖性。

代码所有权导致压力 (Code ownership causes stress)

Although it can make you complacent, code ownership also causes stress.

尽管它会让您沾沾自喜,但代码所有权也会带来压力。

If there’s a problem with the application, it’s your fault. You will be responsible, and you will have no one to help you fix the bug.

如果应用程序有问题,那是你的错。 您将负责,并且没有人可以帮助您修复错误。

有什么解决办法? (What’s the solution?)

The solution is a culture of shared code.

解决方案是共享代码的文化。

Shared code is where everyone in the team works on all parts of the codebase.

团队中的每个人都可以在共享代码中使用代码库的所有部分。

When the team owns the code, everyone can help make design decisions. Everyone can participate in the discussion of the system design, help bounce ideas around, and share in the responsibility of those decisions. Writing code becomes a magical experience.

当团队拥有代码时,每个人都可以帮助制定设计决策。 每个人都可以参与系统设计的讨论,帮助反弹想法,并共同承担这些决策的责任。 编写代码成为一种神奇的体验。

With shared code, there isn’t key man dependency. Any team member can go on vacation and the team will continue to work as normal.

使用共享代码,没有关键人员依赖性。 任何团队成员都可以休假,团队将继续正常工作。

With shared code, you’ll learn from your peers. Someone with knowledge of the system can provide quality feedback. Code will be scrutinized by many eyes, and it will flourish because of it.

使用共享代码,您将向同行学习。 有系统知识的人可以提供质量反馈。 代码将受到许多人的关注,因此它将蓬勃发展。

When multiple people work on the same codebase, they help to sculpt a code into perfection.

当多个人在同一个代码库上工作时,他们可以帮助您完美地雕刻代码。

充分利用您的工作时间 (Making the most of your time at work)

You don’t need to work in an organization that stunts your growth. You should make the most of your time at work.

您无需在阻碍发展的组织中工作。 您应该充分利用工作时间。

Developers have the upper hand in the job market. We can choose where we work. If we’re not learning at our current job, we can change jobs.

开发人员在就业市场上占了上风。 我们可以选择工作地点。 如果我们不学习当前的工作,我们可以换工作。

If you’re working at a place with code ownership, find a new job.

如果您在拥有代码所有权的地方工作,请找到新工作。

Don’t make the mistake of working in a suboptimal environment. It will harm you in the long run.

不要犯在次优环境中工作的错误。 从长远来看,它将伤害您。

You might not realize how badly it’s affecting your growth, but a place that has code ownership will stop you from reaching your full potential.

您可能没有意识到它对您的成长有多严重的影响,但是拥有代码所有权的地方将使您无法发挥全部潜力。

Learning from other developers is a great benefit of working on a team, so find a new job now.

向其他开发人员学习是团队合作的一大好处,所以现在就找一份新工作。

翻译自: https://www.freecodecamp.org/news/why-code-ownership-sucks-and-you-should-never-work-somewhere-that-practices-it-b8fc1c694074/

管理员所有权代码

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/395576.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

AngularJS 自定义控件

AngularJS Custom Directives 好讨厌不带日期的博客,而且说得好啰嗦 自定义指令介绍 AngularJS 指令作用是在 AngulaJS 应用中操作 Html 渲染。比如说,内插指令 ( {{ }} ), ng-repeat 指令以及 ng-if 指令。 当然你也可以实现自己的。这就是 AngularJS 所…

oracle 监听加密 tcps,通过oracle wallet配置listener tcps加密

一 配置客户端和服务端的wallet2端配置方法一致,相互添加证书orapki wallet create -wallet "/u01/oracle/wallet" -pwd Wdkf984jkkgekj434FKFD -auto_login_localorapki wallet add -wallet "/u01/oracle/wallet" -pwd Wdkf984jkkgekj434FKFD …

[财务知识] debt debit credit 的区别于联系

https://blog.csdn.net/sjpljr/article/details/70169303 剑桥词典解释分别为: Debt [C or U ] n.something, especially money, which is owed to someone else, or the state of owing something借款,欠款;债务He ran/got into debt ( borr…

SpringMVC视图解析器

SpringMVC视图解析器 前言 在前一篇博客中讲了SpringMVC的Controller控制器,在这篇博客中将接着介绍一下SpringMVC视 图解析器。当我们对SpringMVC控制的资源发起请求时,这些请求都会被SpringMVC的DispatcherServlet处理,接着 Spring会分析看…

TIOBE 10月编程语言排行榜 : GO 问鼎本年度语言 ?

距离2016年度编程语言的公布只剩3个月了,谁将夺得桂冠? 与去年同期相比,2016年只有Go语言和Groovy语言的增长率超过了1%。 需要注意的是,Groovy语言2015年以一个爆炸性增长的收尾,所以到2017年1月左右的增长速度可能不…

校友邮箱_freeCodeCamp校友网络:FCC校友的自主指导网络

校友邮箱by peterWeinberg彼得温伯格 freeCodeCamp校友网络:FCC校友的自主指导网络 (The freeCodeCamp Alumni Network: A homegrown mentorship network for FCC alumni) For the last year, I’ve been spending nearly all my free time learning to code. I’v…

oracle severity,ORACLE10G如何清除OEM下的历史警告信息

ORACLE10G如何清除OEM下的历史警告信息问题描述:OEM的HOME页面可以显示ORACLE的报警信息,但报警事件清除后该信息不会自动清除。随着时间的增长,信息量逐渐加大,解决方法是手工予以清除。SampleCluster DatabaseTablespaces FullT…

使用 ReSharper,输入即遵循 StyleCop 的代码格式化规范

StyleCop 可以帮助强制执行代码格式化规范,ReSharper 可以帮助你更高效地编写代码。把两者结合起来,你便能高效地编写符合团队强制格式化规范的代码来。 本文就介绍如何使用 ReSharper 来高效地遵循 StyleCop 的代码格式化规范。 本文内容 安装插件 Styl…

Oracle数据库备份恢复,巡检须要关注的对象设置以及相关恢复概述

数据库备份恢复。巡检须要关注的对象设置: 1.数据库名称,以及DBID; --dbid在v$database中 SYSORCL>select dbid,name from v$database; DBID NAME ---------- --------- 1385095721 ORCL 2.控制文件的位置; s…

Python迭代器

一、文件迭代器 readline()每次读取文件的一行,每次调用readline方法会自动到下一行,到文件末尾时,会返回空字符串。 _next_()方法同readline()一样,只是到最后一行会引发stopiterat…

成千上万的在线课程时,如何保持理智和学习编码

by Travis Chan通过特拉维斯陈 成千上万的在线课程时,如何保持理智和学习编码 (How to stay sane and learn to code when there are thousands of online courses) We live in the information age. Information about anything we can think of is accessible to…

oracle中noguarantee,聊聊UNDO_RETENTION作用(修改guarantee)

oracle10g中,针对dba_tablespace,加了其中一个额外列是retention.回忆一下Oracle 10g之前,在自动Undo管理的模式下,我们都知道undo_retention参数的作用是用来控制当transaction被commit之后,undo信息的保留时间。这些undo信息可以…

【Hankson 的趣味题】

可能我只适合这道题的50分 但还是要争取一下的 我们知道对于\(gcd\)和\(lcm\)有这样的定义 \(a\prod _{i1}^{\pi(a)}p_i^{d_{i}}\) \(b\prod _{i1}^{\pi(b)}p_i^{g_{i}}\) 那么则有 \(gcd(a,b)\prod_{i1}^{\pi(max(a,b))} p_i^{min(g_i,d_i)}\) \(lcm(a,b)\prod_{i1}^{\pi(max(…

C# 控件双缓冲控制 ControlStyles 枚举详解

ControlStyles 枚举.NET Framework 4指定控件的样式和行为。 此枚举有一个 FlagsAttribute 特性,通过该特性可使其成员值按位组合。 命名空间: System.Windows.Forms程序集: System.Windows.Forms(在 System.Windows.Forms.dll …

协作机器人 ai算法_如果我们希望人工智能为我们服务而不是不利于我们,我们需要协作设计...

协作机器人 ai算法by Mariya Yao姚iya(Mariya Yao) 如果我们希望人工智能为我们服务而不是不利于我们,我们需要协作设计 (If we want AI to work for us — not against us — we need collaborative design) The trope “there’s an app for that” is becoming …

Shadow Brokers 公布 2.1 万美元的 0day 订阅服务

神秘黑客组织 Shadow Brokers 宣布将向支付 2.1 万美元 0day 订阅服务的个人公布最新一批的 NSA 工具,这一声明给全世界的白帽子黑客或安全研究人员造成了一场伦理危机。 一方面,Shadow Brokers 此前释出过创造出勒索软件 WannaCry 的 NSA 工具&#xff…

linux awk 常见字符串处理

awk指定输出列: awk {print $0} file #打印所有列awk {print $1} file #打印第一列 awk {print $1, $3} file #打印第一和第三列 cat file | awk {print $3, $1} #打印第三列和第一列,注意先后顺序。 cat file | awk {print $3, $NF} #打印第三列…

oracle ldap 配置,ldap 安装

一、安装步骤1:配置yum源挂着盘镜像时用到: 这里不做解释;(yum clean all && yum makecache)2:安装OpenLDAP组件1)安装OpenLDAP组件命令如下:[rootgitea ~]# yum install openldap openldap-servers openldap-clients openldap-devel compat-openldap -ycom…

scp跨主机拷贝工具

参考:http://www.cnblogs.com/hitwtx/archive/2011/11/16/2251254.html SSH上A机,要将10.1.17.95机/tpdata/shell_script/下面的crontab.tar.gz文件拷贝到A机的当前文件夹下面: scp weblogic10.1.17.95:/tpdata/shell_script/crontab.tar.gz …

Google Chrome浏览器可能在您不知情的情况下破坏了您的测试

by Robert Axelsen罗伯特阿克森(Robert Axelsen) Google Chrome浏览器可能在您不知情的情况下破坏了您的测试 (Google Chrome might have broken your tests without you even knowing about it) My colleague just discovered that Chrome 58 (released April 19th) has sile…