Skip to main content

The Importance Of Human Code

The importance of Human Code. # roblox # gamedev # discuss JedDevs 24 Jan 2020 ・5 min read ------------------------------------------  This post was originally hosted on Roblox DevForum: https://dev forum.roblox.com/t/the-importance-of-human-code/441496 ------------------------------------------      I recently read a blog post that really resonated with me, my struggles and experiences which was later expanded via tweet by Daniel Irvine 7 who said: You’re conflating two separate things. One is the desire to write clear, well-structured code. Another is your belief that your code is more valuable than that of your colleagues. I fear you’re missing the more important lesson. In both education and work we are told that

The Importance Of Human Code

The importance of Human Code.

teotcd profile image JedDevs ・5 min read

------------------------------------------ 
This post was originally hosted on Roblox DevForum:
https://devforum.roblox.com/t/the-importance-of-human-code/441496
------------------------------------------ 
 
 

I recently read a blog post that really resonated with me, my struggles and experiences which was later expanded via tweet by Daniel Irvine 7 who said:

You’re conflating two separate things. One is the desire to write clear, well-structured code. Another is your belief that your code is more valuable than that of your colleagues. I fear you’re missing the more important lesson.

In both education and work we are told that creating the cleanest and following DRY to the core is the answer to reaching the top of your respective area. I say it’s time we cast away this idea that these are the ideals we stride for, in favour that we should use these as the constructs of writing human code. Code which is understandable and clear not clean and abstract till sharp.

Human code > clean code > clever code > dirty code

I feel this couldn’t be more true. So often in this industry are we as developers and computer Scientists expected to be geniuses, understanding the height of complex abstraction for the sake of principle and ideal of clean and DRY code. It is this, this impossible goal which leads to a more than often documented phenomenon in our industry and an issue I’ve struggled with for years, Impostors Syndrome.

With these constant judgements we put on and are put on from us, our colleagues and peers. That coding is this superpower in which we must all fight to create this perfect code, or we’re not good enough is so far wrong.
What’s most important when programming is to write HUMAN CODE. Code that is understandable, clear, and proper.

Not the ultimate prophecy of code, like an augmented plastic surgery version we so often hold up as the holy grail.

We are all human and it’s given that if you are programmer you are most likely smart, congratulations :smile:. We have chosen to, for some reason or another spend our life dealing with high level problems (as to why, beats me); but this is no reason for us to fight to be at “the top” or be “the best”.

Now as Daniel says:

Yes, I care about code quality. But I also care about people.

Let’s stop judging each other. Let’s work together to create awesome software. :hugs:

Leading from the back

One important point that Dan Abramov certainly makes is that in programming; Certainly in game development is as Daniel Irvine said, “At some point it dawns on you that being a team lead means leading from the back” you’re team is only as fast as it’s slowest member. “and your job is to help everyone level-up, not just yourself.”

That working collectively to find better solutions is the only solution.

Human Code

Human code > clean code > clever code > dirty code

I’d go as far as suggesting clean code is dirty code and that good code should be understandable by not just yourself in 5 years but by your colleagues. That you should go for the easiest solution, I don’t mean be sloppy but I think we can all agree that the easiest solution is often the best as coding shouldn’t be about finding the most nuance “isn’t that clever solution” but the one that works, and works well. Doesn’t require 10minutes to map out and dissect to understand. This is the pinnacle of programming human code.

Remember:

“programming is about finding the best solution to a problem, but the best isn’t always the cleanest or most abstract.”

Thank you for reading, do you agree with me? What are the pros and cons to human code over others, etc.

Comments

Popular posts from this blog

[Mini-Blog] My modelling process

[Mini-Blog] My modelling process # roblox # gamedev # modelling JedDevs March 30th ・5 min read For the last few months it’s been a pain importing a piece of work from Maya/Blender into whatever development engine i’m using and seeing it looks completely different from what I had, this is down to Rendering, the real time rendering systems in Unreal/Roblox/Unity all have different looks. Unreal looks great, Roblox looks bad and unity looks unity. This is an issue as it makes it much harder to easily reach your desired look. Due to these issues I have started using my own way of handling the design process, which allows for more incremental changes: (I’ll use an example to explain.) 1. Research , I knew I wanted a low poly look as Robloxs graphics is lagging behind other market leaders until they release their massive overhaul

What's Roblox and why you should care.

What's Roblox and why you should care. # roblox # gamedev # career JedDevs 16 Dec 2019 ・5 min read Edit Manage Writers Note: I've allowed this post to sit in drafts for over two month, hardly being touched and I think it's because while I love roblox and there's a lot of reasons you should to, I just didn't have the level of experience with other engines to make an informed review and now I'm several months into my Game Design and Development course at college and have actively been using Unreal Engine and Unity coupled with Maya and the entir