Coding Tools
From Deep Thought
Contents |
[edit]
Editors
- Komodo Edit is a simple, yet elegant code editor, oh, and did we mention it is free! It's also now open source.
- Emacs, an editor for people who need their IDE to have its own programming language.
- Coda is a text editor, (s)ftp & shell client, and reference library all-in-one for Macs. It costs $69, but it worth it.
[edit]
Source Control
- Subversion, a version control system that replaces CVS. Open source and widely supported, distributed with most Linux flavors.
- Git is the distributed version control system used for the Linux kernel and has gained a lot of popularity for it. Being a modern system, it has sharp differences from Subversion.
