dark mode light mode Search Menu
Search

Tools to Create and Develop Software

zzpza on Flickr

The software programming tools coders use to create software and websites are either hand picked or decided by the shop they work in. However, if you get the choice, or the choice is up for grabs, picking the ideal tool is both wonderful and daunting.

Software coding tools come in two flavors, simple and complete.

The complete tools are integrated development environments, or IDEs for short. They include lots of functionality beyond the ability to code. For example, they typically include the ability to FTP (send and receive) files to a remote server and the ability to check files in and out of version control repositories, for example, GitHub and Subversion. Typically they also include code checking, unit testing, snippets, code folding, and other neat features to save time and reduce the complexity involved in programming.

Simple software programming tools like TextWrangler and Notepad++ include a useful subset of all the functionality provided by complete tools. Notepad++ also has a healthy plugin development community to provide functionality not often found in basic programming tools.

Whether the software programming tool is an IDE or more simple, for example, Notepad++ or TextWrangler, there are important small differences to note. For example, the ability to search and replace multiple lines of code across multiple files can be really useful the few times you need it. However, not every tool includes this ability: TextWrangler does but the more polished Coda does not. These subtleties are learned by experience or by downloading tools and trying them out. And what annoys one coder may not be noticed by others.

Here are a few software programming tools to check out, whether or not you already have a favorite tool for coding:

Text Wrangler

This free software, made by the makers of BBEdit, another excellent paid editing tool, offers a lot of useful features. For example, you can search and replace multiple lines of data across files within one or more folders. Text Wrangler works on Macs only.

Notepad++

This free software programming tool is for Windows and has a strong community of developers who provide additional features through plugins, or add-on software. It’s as simple to use as Notepad, the ancient Windows text editor, but with lots more features useful to coders.

PhpStorm

Created by JetBrains, PhpStorm also tries to provide simple solutions to the process problems coders face. PhpStorm is written in Java to make the software work easily on Windows, Macs, and other operating systems. The company mostly creates language-specific software coding tools. They’re based in the Czech Republic.

Coda

This popular coding tool is Mac-only but it has an easy to figure out interface with lots of functionality, for example, the ability to create and use code snippets. It’s also designed by coders for coders.

Light Table

This brain child of Chris Granger started on Kickstarter then evolved into a Y Combinator project. He wants to re-imagine what coding tools should do. For example, the tool integrates testing and documentation inline as you code. It’s worth playing with and watching as the project evolves from alpha to a real product.

What tool you use is a highly personal choice. If you have a favorite tool not on our IDE resources page, be sure to let us know on the Contact Us page.

Learn More

Light Table

http://www.lighttable.com
http://www.chris-granger.com/2012/05/21/the-future-is-specific/

PhpStorm

http://www.jetbrains.com/phpstorm/

Coda (Mac)

http://www.panic.com/coda/

Notepad++ (Windows)

http://www.notepadplusplus.com

TextWrangler (Mac)

http://www.barebones.com/products/textwrangler/

Related Posts