Swizec Teller - a geek with a hatswizec.com

Senior Mindset Book

Get promoted, earn a bigger salary, work for top companies

Senior Engineer Mindset cover
Learn more

    Teaching beginners

    On Monday I built Conway’s Game of Life in Google Docs. Prep work for a short talk given to the non-technical part of our team at Yup. It was supposed to make it fun and easy to show everyone how to make their own lives easier.

    “Is this how you hack websites?” <- first question

    Nope. Not easy.

    Everyone loved the game of life. They grokked that complex patterns emerge from four simple rules. They could see the beauty in that. They loved the Wikipedia gifs of gliders and oscillators and other things people have built in Life.

    “This is a boring game, man. Not only is it slow, but you’re playing it in a spreadsheet.”

    That was a fair point. The lack of timers in gDocs does make the game tedious to play and not many people associate spreadsheets with fun. I’m sure they exist, I just haven’t met them yet.

    Nobody grokked how implementing a silly game from 1970 translates to something practical. The conceptual leap from “You can manipulate cells to make patterns” to “You can automate common tasks” proved too hard.

    I should have seen that coming.

    Translating one problem to another is the hardest thing in software. Like, the hardest and most hardcorest of things. It took 4 years of hard computer science before somebody showed me how to formally prove that one problem is the same as another.

    I expected everyone to get it the first time they saw some code. That was dumb.

    Seeing the potential in a technique isn’t quite as hard as proving that two problems are the same, but it’s still hard. My whole life consists of:

    1. See problem
    2. Find 1 of N common patterns that solves it
    3. Adapt solution to problem

    ^ this is why experience matters ^

    Most people’s lives don’t look like that. I should have used a tangible example and that would make the presentation better and also miss the core tenet of coding.

    From that point onward, the presentation was a train wreck.

    You say variable. Their eyes glaze over. 3 people explain it because they’ve taken JavaScript classes or they’re engineers. Each has a different explanation.

    You say function, their eyes glaze over. 3 people explain it. Each words it differently.

    You say object, their eyes … you get the picture.

    You say loop … yeah …

    I never realized how much jargon programmers use. How much jargon I use in my own head! Concepts I don’t even realize are jargon. Can I even sound like a normal person anymore?

    Like, how do you explain an object? It’s an object. It’s a word that exists in the English language and has the same meaning both in English and in JavaScript.

    But people don’t think of objects as bags of methods and properties. Programmers do.

    It was like culture shock from hell. We couldn’t even find a common language to speak in. The whole thing was a mess.

    I didn’t teach anyone how to code who didn’t know how to code before my talk. I don’t even think I excited anyone about learning more. My presentation didn’t make anyone feel empowered.

    At most I managed to convince everyone that programming is an impenetrable arcane magic known only to a select few.

    My job security is now safe. Perhaps too safe.

    Published on August 19th, 2016 in Learning, Personal

    Did you enjoy this article?

    Continue reading about Teaching beginners

    Semantically similar articles hand-picked by GPT-4

    Senior Mindset Book

    Get promoted, earn a bigger salary, work for top companies

    Learn more

    Have a burning question that you think I can answer? Hit me up on twitter and I'll do my best.

    Who am I and who do I help? I'm Swizec Teller and I turn coders into engineers with "Raw and honest from the heart!" writing. No bullshit. Real insights into the career and skills of a modern software engineer.

    Want to become a true senior engineer? Take ownership, have autonomy, and be a force multiplier on your team. The Senior Engineer Mindset ebook can help 👉 swizec.com/senior-mindset. These are the shifts in mindset that unlocked my career.

    Curious about Serverless and the modern backend? Check out Serverless Handbook, for frontend engineers 👉 ServerlessHandbook.dev

    Want to Stop copy pasting D3 examples and create data visualizations of your own? Learn how to build scalable dataviz React components your whole team can understand with React for Data Visualization

    Want to get my best emails on JavaScript, React, Serverless, Fullstack Web, or Indie Hacking? Check out swizec.com/collections

    Did someone amazing share this letter with you? Wonderful! You can sign up for my weekly letters for software engineers on their path to greatness, here: swizec.com/blog

    Want to brush up on your modern JavaScript syntax? Check out my interactive cheatsheet: es6cheatsheet.com

    By the way, just in case no one has told you it yet today: I love and appreciate you for who you are ❤️

    Created by Swizec with ❤️