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

    Skype does not an IDE make

    Skype not an IDE

    This is the screen I've been staring into for most of the day.

    It's horrible. No way for a man to code. Or a woman. Or anyone really. If I had a child, this would be how I ground them - restrict text editor access to Skype.

    Why was I doing this all day you ask?

    A few days ago I decided to launch a small experiment - for this I needed a small icon. @ponywithhiccups bravely stepped up to the task and got to work.

    After some days of back and forth we came up with a design both can be happy with. Bit of advice: meet up in person if at all possible. Especially for design.

    Then I asked her to code it all up in CSS and HTML. You know, because I'm lazy and she can totally handle that and I have far less important things to do than implementing my own experiments.

    With a huff and a puff she got to work.

    Everything was going so well. Right up to the point she finally decided she has no idea what's going on and I should step in to help. Via Skype.

    Very well then, how hard can it be to lend a helping hand in coding some CSS? CSS is, like, totally child's play. I can write CSS in my sleep!

    Turns out, via Skype, not so much.

    Human = text editor

    Perhaps the problem wasn't Skype so much as it was pair programming to use another human beingas a text editor. The only real issue Skype introduced was making the screen blurry and occasionally locking up so I could only see changes with a slight delay.

    Look! It's paired programming!
    Look! It's paired programming!

    Using another human as a text editor, though, that was just painful.

    The way I work is very messy -> I jump around the screen, scroll up and down, add a dot on line 10, write a row at line 100, refresh the browser, change some HTML, look at twitter, refresh the browser, change line 50, remove lines 10-20, add 5 lines, move the 5 lines fifty lines up.

    And so on.

    This works because I can keep the whole codebase in memory. But it's _vital _that jumping around the file happens as quickly as it does in my head. Any delay feels like somebody was dragging a barbed wire through my brain while pulling the handbrake on my thoughts and chugging a refrigerator out the window.

    You know, that feeling you get when you're trying to code, but the computer is being slow?

    Multiply it by 10 and add the computer asking "Uh, what do you mean?" "Are you sure?" and every now and then "OH! I know what you are going to say in 25 seconds!" ... and then doing the wrong thing.

    No fault to @ponywithhiccups of course, she's just starting out with this stuff and I should have gone to her in person - we'd be done in half the time.

    Pointing at the screen with your finger and saying "Right there, just fix that!" doesn't work either.

    BUT! In the end we prevailed and that's awesome. I also learned a bunch about css3 animations; that stuff is fascinating. The things you can do, wow.

    Published on May 2nd, 2012 in Cascading Style Sheet, CSS, editor, HTML, Skype, Style Sheets, Text editor, Uncategorized

    Did you enjoy this article?

    Continue reading about Skype does not an IDE make

    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 ❤️