If little bugs aren't fixed in Atom, does this editor have a future?

pauljacobson

Paul Jacobson

Posted on June 8, 2018

If little bugs aren't fixed in Atom, does this editor have a future?

I've been using Atom as my primary editor for a few months, and I enjoy using it for the most part. Before that I used VS Code for almost a year.

I decided to go back to Atom because I want to support a truly open source editor (as far as I know, it's open source through and through). Also, I have a more powerful laptop so I don't notice the additional demands on resources, compared to VS Code.

I noticed a silly bug where the cursor doesn't move to the correct position when inserting a comment using CMD + /. I opened an issue on GitHub (#17199) after noticing that a previous, similar, issue (#4784) was marked as stale in September 2017, and closed.

My issue was closed because it was marked as a duplicate of #4784 and I was given the following feedback:

Because we treat our issues list as the Atom team's backlog, we close duplicates to focus our work and not have to touch the same chunk of code for the same reason multiple times. This is also why we may mark something as duplicate that isn't an exact duplicate but is closely related.

This feedback, in itself, is good feedback. It explains why duplicate issues are closed. It's a reasonable approach to take.

My concern is more that the "original" issue went stale in September 2017 after being reported in December 2014. This issue just isn't being dealt with.

Granted, this bug isn't exactly mission critical, and I manage to do what I need to do with it manifesting. At the same time, it leaves me wondering if ignoring these little bugs bodes ill for Atom going forward?

As wary as I am about Microsoft, maybe VS Code is the way to go. They seem to be pretty responsive to bug reports (or so I hear), and little things like cursor positioning when creating comments work there.

💖 💪 🙅 🚩
pauljacobson
Paul Jacobson

Posted on June 8, 2018

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related