Brackets is a free and open source text editor developed at Adobe under the MIT license, featuring inline editing, live preview, and a wide range of extensions.
N/A
GNU Emacs
Score 8.0 out of 10
N/A
GNU Emacs is described as a free extensible and customizable text editor for the Lisp programming language.
Brackets can handle most text editing problems, at least if you have a file small enough that it opens. But with so many free and open-source editors out there, it is easy to have multiple tools that fit specific niches. If you are editing HTML and CSS, get Brackets.
Emacs is best utilized on a Unix system where it can be easily installed and accessed. It allows for quick editing of files on a system whether you are accessing it locally through the console or remotely via an ssh connection. Once users familiarize themselves with the Emacs shortcuts, it becomes a pretty efficient text manipulation program. On a standard Windows computer, it is less likely to use Emacs for code editing, especially if you have a local repository on your host machine.
The Live Preview feature is extremely helpful. You can make tweaks to your CSS and then see how it affects the pge you're coding.
The recently added file tree feature is really a time saver. You can move files with a drop and drag feature without ever minimizing the program.
One of my favorite features is the ability to update the core program with extensions. Some of the extensions are simple, like adding themes, while others are a offer a little more assistance like creating Lorem Ipsum text for you.
GNU Emacs is a text editor that can do almost anything that you want to do with it. It is fairly easy to extend the functionality using Emacs Lisp with a large library available.
It can be easily customized using themes as well as custom code to change the look and feel as well as how everything works.
Emacs is old, so it's a little crufty and not too easy to pick up and start using. There is a community package called Spacemacs that simplifies a lot of things that you do with Emacs. It is probably better suited to beginners.
Sometimes, the choices that were made to integrate certain functionality change the basic models for that functionality. This is seen primarily in the version control system support, where multiple version control systems are supported and "unified" to a standard Emacs-y way of doing things. This can be confusing to the new user not familiar with the Emacs way.
Emacs has, as its foundation, a lisp interpreter. This means that the extension language for Emacs is emacs-lisp. Some people find lisp hard to understand and have difficulties writing Emacs extension code, or understanding existing code.
As far as usability, text editors are about as simple as you can get in the GUI world. The little features that make Brackets unique are intuitive enough that you don't really need a manual to find them and come to rely on them. If anybody knows enough about coding and markup enough to be looking for different editors, they will be up to speed before the download finishes.
Brackets has a very extensive support site. Everything is organized nicely for easy navigation. If you can't find an answer you can easily file an issue with them and they will be quick to respond. What's cool is you can also message them on Slack, if you request an invite first. Slack is a very popular program right now so it's great having that integration.
Everything that you need to know about Emacs can be found on the internet. There are many Emacs "cheat sheets" that list out all of the shortcuts for Emacs. There are videos on how to use Emacs. Emacs is easily installed using the standard Linux package managers and can also be easily updated through them as well. There are tutorials on how to customize Emacs to your liking.
Brackets can be considered as the barebones version of a more complex piece of software like Dreamweaver. We selected Brackets due to the simplicity of the UI and the ease of use. In our case we do not need all the additional tools and gadgets that other, more complex software packages offer. We need something that's quick, easy, uncluttered and focuses specifically on our needs, which are seeing code and editing code. In this case no frills and complex UIs are required.
Of course, Vim is a good contender for comparison as well, so I'll include it. I find Emacs much easier to learn, which will help speed up productivity for newer users. It seems much faster than VIM and VSCode, especially under load. It's highly highly customizable, in ways other editors don't stack up against. Its lack of bloat also is a nice addition to a great product.
ROI is great. The version of the tool we are using is free so not a whole of lot “investment” went into it. And the work we can accomplish with it more than makes up for the “cost.”
The ease of use makes it simple for anyone new to the tool to start using it and contributing to the project.