Pulsar (former Atom) is still the best code editor in my opinion. It is easiest and fastest to use, has all the nice productivity boosting plugins and is overall great for all the same reasons the Atom was great. 🚀

See also !pulsaredit@lemmy.ml

  • BatmanAoD
    arrow-up
    28
    arrow-down
    2
    ·
    8 months ago
    link
    fedilink

    I know several world class programmers, and interestingly, the commonality among them is that they all seem to use Vim as their code editor. Many people I know who think of themselves as world class programmers use Emacs.

    What a burn!

    • TechNom (nobody)English
      arrow-up
      21
      arrow-down
      4
      ·
      8 months ago
      edit-2
      8 months ago
      link
      fedilink

      More like a personal bias in the form of a distasteful snark that the author thinks is funny. Their demonstrated knowledge about Emacs in the article indicates the worth of such remarks.

      • BatmanAoD
        arrow-up
        4
        arrow-down
        0
        ·
        8 months ago
        link
        fedilink

        Yeah, I commented elsewhere on the misinformation regarding emacs in the article.

      • IvarK
        arrow-up
        3
        arrow-down
        1
        ·
        8 months ago
        link
        fedilink

        You wouldn’t happen to think of yourself as a world-class programmer by any chance?

        • TechNom (nobody)English
          arrow-up
          4
          arrow-down
          0
          ·
          8 months ago
          link
          fedilink

          If I were, I wouldn’t be hanging out here, would I? BTW, I use both Vim and Emacs.

          • IvarK
            arrow-up
            4
            arrow-down
            0
            ·
            8 months ago
            link
            fedilink

            Yeah it was just an open goal of a joke, didn’t mean to be an ass 🙈

    • varsock
      arrow-up
      5
      arrow-down
      0
      ·
      8 months ago
      link
      fedilink

      As a former Vim user myself, I have to say I really dislike screensharing with coworkers who use Vim. They are walking me through code and shit pops up left and right and I don’t know where it comes from or what it is I’m looking at. Code reviews are painful when they walk me through a large-ish PR.

      These days, I tend to bring my vim navigation/key bindings to my IDE instead of IDE funcs to Vim. Hard to beat JetBrains IDEs, especially when you pay them to maintain the IDE functionality.

      • zygo_histo_morpheus
        arrow-up
        4
        arrow-down
        0
        ·
        8 months ago
        link
        fedilink

        Pair coding with vim is a skill in itself (for the vim user). You can make things a bit easier to follow by making liberal use of visual mode for example. I have a CoworkerMode command that turns on smooth scrolling via vim-smoothie and cursorline, and I’ve also added some stuff to the neovim right-click menu so that I can explicitly right click go to definition for example. It can be worth switching editor sometimes, but it’s not always worth it if you’re in the middle of something.