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

    I was wrong about AngularJS

    Here be dragons
    Here be dragons

    I started using Angular a few months ago. I hated it. Backbone was so much better.

    I cursed Angular every day. Logic mixed with HTML, bits of javascript polluting everything, the organisation of services and modules and controllers and apps and all the things feeling like some old school Java app. And god forbid you try to stray from the path, Angular will bash you over the head.

    And I never liked how much logic Angular hides from you. When I work on something, I want to understand the whole system. Having a bunch of "Here be dragons, don't go here" signposts everywhere feels weird.

    How can you reason about your code if half of it is hidden?

    There was a case where I spent a whole day chasing down a bug because of that. When you clicked on a thing an unrelated thing cried out in pain and the app crashed.

    Turns out Angular was messing up the event cycle and tried to update something before a different thing made it ready to be updated. Yes, very descriptive, I know. But Angular's "This thing can't be called, derp" was super helpful too.

    Had to wrap a bunch of code in setTimeout. Ew.

    BUT!

    The past few weeks I poked at Backbone again. My love.

    And you know what, I can't argue with results. Despite everything I hate about Angular on a philosophical level, it gets the job done. Fast.

    Getting stuff done with Angular is just so much easier. Especially the simple stuff that I don't want to think about. Want something to be visible or not? ng-show. Want to display a value to users? ng-model.

    And so on.

    All these trivial little things that, yes, are simple, and, yes, I can code in my sleep, but with Angular I don't have to. It takes 10 seconds with Angular, 3 minutes with Backbone.

    Who cares right? It's only 94% quicker. Oh ...

    It adds up, man. It really does.

    And because I don't have to care about these tiny things, I get to spend more brain cycles on the main logic. It even leaves enough time to deal with the millions of steps of responsibility misdirection between the various controllers.

    But man do I hate writing so much Javascript in HTML. Didn't we agree to ban onclick= ten years ago?

    Published on September 24th, 2014 in Uncategorized

    Did you enjoy this article?

    Continue reading about I was wrong about AngularJS

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