出现字迹模糊迹象

Experience is the hardest kind of teacher. It gives you the test first and the lesson afterward. This quote from Oscar Wilde sums up the life of an inexperienced programmer pretty well.

经验是最难的老师。 它首先给您测试,然后给您上课。 奥斯卡·王尔德(Oscar Wilde)的这段话很好地总结了一个没有经验的程序员的生活。

You learn by doing. Getting your hands dirty. And in the process of doing you’ll make mistakes which is totally fine as long as you learn from your mistakes. That’s how you gain experience.

你边做边学。 让您的手变脏。 在这样做的过程中,只要您从错误中学习,就会犯错,这是完全可以的。 那就是您获得经验的方式。

As an inexperienced developer, you’ll get these kinds of tests on a daily basis. But how do you recognize an inexperienced developer? Here are four signs that show you some of the characteristics of an inexperienced developer.

作为一个没有经验的开发人员,您将每天获得这些测试。 但是,您如何识别经验不足的开发人员? 这是四个迹象,向您展示经验不足的开发人员的一些特征。

It is costly wisdom that is bought by experience — Roger Ascham

经验可以买到昂贵的智慧—罗杰·阿瑟姆(Roger Ascham)

非结构化代码 (Unstructured code)

Writing unstructured code is what you expect from an inexperienced developer. If it’s slightly structured that’s already a big win. The reason inexperienced developers write unstructured code is that their focus is heavily on getting it to work. More experienced developers know that there’s more to being a developer.

经验不足的开发人员希望编写非结构化代码。 如果结构略微,那已经是一个很大的胜利。 缺乏经验的开发人员编写非结构化代码的原因是,他们的精力主要集中在使它起作用。 更有经验的开发人员知道,成为一名开发人员还有更多。

Writing code and getting it to work is such a tiny part of your job as a developer. Although, inexperienced developers think it’s the biggest part of their job. As you get more experienced, you’ll realize most of your job consists of maintaining projects instead of building new projects from scratch.

作为开发人员,编写代码并使之正常工作是您工作的一小部分。 虽然,没有经验的开发人员认为这是他们工作的最大部分。 随着经验的积累,您将意识到大部分工作是维护项目,而不是从头开始构建新项目。

Once you start realizing this, you’ll code in a whole different way. You start coding in a way that makes your code more maintainable and easy to understand for other developers.

一旦开始意识到这一点,您将以完全不同的方式进行编码。 您以一种使您的代码对其他开发人员更易于维护和易于理解的方式开始编码。

Failing to realize this will lead to things like functions with the size of an essay. This comes which has a lot of downsides — testability, for example. How can you test a function that does five different things and has the size of an essay?

未能意识到这一点将导致诸如论文之类的功能。 这带来了很多缺点-例如可测试性。 如何测试具有五种不同功能并且具有论文大小的函数?

When the goal is to just make it work the problem is that most of the time the code isn’t well-thought-out. The quality of the code suffers from this. This type of code often looks like procedural code that doesn’t stick to coding principles like the Single Responsibility Principle. Once code like this enters the maintenance phase you start to feel the lack of quality of the code.

当目标是使其正常工作时,问题是大多数时候代码都没有被深思熟虑。 代码的质量因此而受到影响。 这种类型的代码通常看起来像过程代码,并不遵循诸如单一职责原则之类的编码原则。 一旦这样的代码进入维护阶段,您就会开始感到代码质量不足。

gun弹枪调试 (Shotgun debugging)

BANG!

砰!

Okay, that didn’t work.

好吧,那没有用。

BANG!

砰!

Okay, that didn’t work either.

好的,那也不起作用。

When inexperienced developers run into a problem they most often start shotgun debugging — they randomly change some stuff in the code in the hope it fixes their problem without knowing what the actual problem is.

当经验不足的开发人员遇到问题时,他们通常会开始进行shot弹枪调试-他们随机更改代码中的某些内容,以希望在不知道实际问题是什么的情况下解决问题。

This doesn’t work most of the time, obviously. Chances are by making these random changes you’ll only introduce more bugs. What you should do, instead of shotgun debugging, is to gather more information regarding the problem.

显然,这在大多数时候都不起作用。 通过随机更改,您只会引入更多错误。 您应该做的是收集有关该问题的更多信息,而不是shot弹枪调试。

There are way better approaches when it comes to debugging your code. The first thing you want to do is find out how you can reproduce the problem. Make sure you know how to do this before you start applying any changes to your code.

有一些更好的方法来调试代码。 您要做的第一件事是找出如何重现该问题。 在开始对代码进行任何更改之前,请确保您知道如何执行此操作。

Opening the log files (hopefully you have any) can be a good start of your debug journey. See whether you can find some useful information that can lead you in the right direction. It’s important to gather information before you start changing the code, so you have an understanding of what’s actually causing the bug.

打开日志文件(希望有日志文件)可以是调试过程的一个良好的开始。 看看您是否能找到一些有用的信息,这些信息可以引导您朝正确的方向发展。 在开始更改代码之前收集信息非常重要,这样您就可以了解导致错误的真正原因。

Once you’ve found the cause of the bug and fixed it you’re not done yet. If you really want to do things well you should write at least one test for your fix. This way you’re covered when things go south in the future.

一旦找到了错误的原因并解决了,您还没有完成。 如果您确实想做得好,则应该至少编写一个测试来解决问题。 这样一来,将来一切都变南时,您就可以得到覆盖。

过于关注技术 (Too much focus on the tech)

Inexperienced developers are still learning their craft. Therefore their focus is mainly on becoming a master of their tech stack. This makes sense because if you want to become a great developer you need to master your tech stack. But there’s more than just the tech that you should focus on.

没有经验的开发人员仍在学习技巧。 因此,他们的重点主要是成为技术堆栈的主人。 这是有道理的,因为如果您想成为一名出色的开发人员,则需要掌握您的技术堆栈。 但是,您不仅应该关注技术。

When learning all the ins and outs of the tech stack you shouldn’t lose the business out of sight. That’s why you’re here in the first place. It’s the reason you have this job.

在学习技术堆栈的所有内容时,您不应失去业务。 这就是为什么您首先在这里。 这就是你有这份工作的原因。

Is what you’re working on creating value for the business or are you spending too much time on something that’s irrelevant to the business? This is an important question you should ask yourself all the time.

您是在努力为企业创造价值,还是在与企业无关的事情上花费过多的时间? 这是一个重要的问题,您应该一直问自己。

Being a developer comes with more than just being interested in the technical aspects of the job. Keep in mind that the business and economic factors are the factors that justify your job’s existence.

成为开发人员不仅仅对工作的技术方面感兴趣。 请记住,商业和经济因素是证明工作存在的因素。

有点不同 (A little different)

When working in a team you can sniff out the inexperienced developer by doing things a little different than the rest of the team. Inexperienced developers tend to do things their way rather than the same way as everyone else.

在团队中工作时,您可以通过做一些与团队其他成员略有不同的事情来嗅探缺乏经验的开发人员。 没有经验的开发人员倾向于以自己的方式来做事情,而不是像其他所有人一样。

Sometimes this happens unintentionally. The inexperienced fails to recognize certain patterns in solutions. If this sounds familiar to you, there is something you could do might help you in the future.

有时这是无意发生的。 没有经验的人无法识别解决方案中的某些模式。 如果您觉得这很熟悉,那么您将来可能会做些事情。

In order to do things in the same way as everyone else in the team, you could take a look at all the pull requests that get created. You don’t have to review all of them, but just make sure you take a look at how other developers solve certain problems. Is their solution similar to the way you would fix the problem? If not, ask why they went for their solution and if they considered your solution.

为了以与团队中其他所有人相同的方式执行任务,您可以查看所有创建的拉取请求。 您无需复习所有内容,只需确保您看看其他开发人员如何解决某些问题即可。 他们的解决方案是否类似于您解决问题的方式? 如果不是,请询问他们为何寻求解决方案,以及他们是否考虑了您的解决方案。

升级编码 (Level Up Coding)

Thanks for being a part of our community! Subscribe to our YouTube channel or join the Skilled.dev coding interview course.

感谢您加入我们的社区! 订阅我们的YouTube频道或参加Skilled.dev编码面试课程

翻译自: https://levelup.gitconnected.com/4-signs-of-an-inexperienced-developer-851966fdc6b1

出现字迹模糊迹象


http://www.taodudu.cc/news/show-5951386.html

相关文章:

  • 出现字迹模糊迹象_3个迹象表明您将过度使用云功能
  • 出现字迹模糊迹象_发现麻烦的迹象
  • 学习OpenCV3:增加图片亮度或对比度消除背景模糊字迹
  • 出现字迹模糊迹象_迹象表明您的开发过程仅在纸上才是敏捷的-以及如何解决它
  • 【机器学习】KNN算法实现手写板字迹识别
  • 读后感:移动时代,一个正在进行的伟大时代!---《移动浪潮》读后感
  • 干货100+ 最超全的web开发工具和资源大集合
  • NOI导刊游记
  • python每天一个小程序_24小时从0到1开发阴阳师小程序
  • 解决海康威视监控安装插件后依然预览不了
  • Python应用实例:通过rtsp取流实时监测海康威视监控摄像机画面是否异常,并记录到Mysql数据库,计算故障到恢复的时间,通过企业微信群机器人推送消息到群里
  • vue.js海康威视监控使用,以及遇到的问题
  • Android 集成海康威视监控 SDK,实现监控录像的查看
  • 谷歌浏览器播放海康威视监控
  • Zabbix5系列-监控海康威视摄像头 (七)
  • 视频监控实时接入——以海康威视为例(2023.2.16)
  • 安全测试-越权漏洞
  • 【安全测试】安全测试介绍
  • 安全测试内容
  • 如何从0到1做一次完整的安全测试
  • C++——寻找第k大的数
  • PTA-求n以内最大的k个素数以及它们的和(C语言)
  • topK问题——N个数中取最大的K个数
  • 找出N个整数中最大的K个数
  • 【动态规划】最大k乘积问题
  • 求一个数组的最大k个数(java)
  • 找出最大K个数,TopK问题
  • 1.8 寻找失落的Photoshop彩蛋 [Ps教程]
  • 最美简历(安卓)
  • 不花钱的证件照制作~你get到了吗

出现字迹模糊迹象_缺乏经验的开发人员的4个迹象相关推荐

  1. 愉快的舞会c++_项目经理和开发人员如何才能(愉快地!)给出实际的发货日期...

    愉快的舞会c++ by Roy Yuen 袁y 项目经理和开发人员如何才能(愉快地!)给出实际的发货日期 (How project managers and developers can both ( ...

  2. 出现字迹模糊迹象_您遇到云文化问题的3个迹象

    出现字迹模糊迹象 为什么云计算在企业内部会失败? 并非技术有效. 大多数失败的项目可以追溯到一种有毒的文化,这种文化在启动云计算之前就杀死了云计算. 在这些问题影响您的云成功之前,您如何发现这些问题? ...

  3. 测试开发人员与开发人员_如何升级为开发人员

    测试开发人员与开发人员 by Will Hughes 威尔休斯(Will Hughes) 如何升级为开发人员 (How to Level up as a Developer) Being a prod ...

  4. -bash-退出_为什么这么多开发人员在找到工作之前就退出了。 请-不要。

    -bash-退出 by Alexander Petkov 通过亚历山大·佩特科夫(Alexander Petkov) 为什么这么多开发人员在找到工作之前就退出了. 请-不要. (Why so Many ...

  5. 哈希在线计算工具_哈希:开发人员的绝佳工具

    哈希在线计算工具 Hashing is an important topic for programmers and computer science students to be familiar ...

  6. 如果成为一名高级安卓开发_什么是高级开发人员,我如何成为一名开发人员?

    如果成为一名高级安卓开发 Becoming a Senior Developer is something many of us strive for as we continue our code ...

  7. devops开发运维训练营_嗨,网络开发人员训练营的毕业生:这是您第一份工作需要了解的内容。...

    devops开发运维训练营 by Rachel Bird 雷切尔·伯德(Rachel Bird) 嗨,网络开发人员训练营的毕业生:这是您第一份工作需要了解的内容. (Hey web dev bootc ...

  8. 恒生java开发复试_2019恒生电子面试经验(JAVA开发人员,实施工程师等)

    为了帮助职业圈网友能够及时了解恒生电子的面试流程以及面试过程所涉及的面试问题,职业圈小编把2019最新恒生电子面试经验编辑好,马上提供给大家,以便能够尽快帮助到有需要的人.文章中还为你提供恒生电子面试 ...

  9. 高级java开发_适用于高级Java开发人员的十大书籍

    高级java开发 Java是当今最流行的编程语言之一. 有很多适合初学者的书籍. 但是对于那些使用Java进行过一段时间编程的人来说,其中有些人看起来有些简单和多余. 初学者的书没有带来新鲜有趣的想法 ...

最新文章

  1. PlanAhead工具应用
  2. c++中#include“stdafx.h”
  3. LeetCode374 猜数字大小 (二分法)
  4. C#中Split函数的使用
  5. git锁和钩子以及图形化界面
  6. linux chown 函数用噶,chown - Linux C 函数 使用手册
  7. 十二:NodeManager
  8. Delphi中的各种路径
  9. 高效的JavaScript.
  10. OpenCV图像处理(3)——盒维数计算
  11. oracle停数据库服务器,优化Oracle停机时间及数据库恢复
  12. 计算机专业必备基础知识500题,计算机基础知识500题
  13. 数据存储过程之MySQL与ORACLE数据库的差别
  14. CC2541蓝牙学习——串口_0和1(寄存器版本)
  15. mysql挂马_虚拟主机/数据库中挂马清理方法
  16. 利用计算机制作多媒体最后一步,计算机多媒体技术在影视后期制作的运用
  17. 如何在移动钱包中搭建一个小程序应用商店
  18. 【初探】java性能火焰图的生成
  19. 社交网络中节点重要性的度量
  20. 以分割栅格为例实现FME模板的方案优化

热门文章

  1. 用字蛛(font-spider)压缩字体,字体大小不变问题。
  2. VMware Workstation 的安装和使用(创建一个虚拟机)
  3. Astyle格式化C++代码
  4. 二进制序列化器、XML序列化器、Json序列化器
  5. matlab normc函数,matlab normc函数
  6. 【计算机网络】WebSocket 全双工通信协议
  7. 中奖名单:十月图像分类书籍免费送
  8. JAVA FTP 上传文件
  9. Layabox全资收购最大第三方编辑器FairyGUI
  10. alooa是华为什么型号_alooa是华为什么型号