Programmer's Survival Guide for Windows CMD Shell, File System & Source-code Editors Part 4
4. Source-Code Editors (for Windows)
A program editor (or source code editor) is programming language sensitive and context-aware. It highlights the syntax elements of your programs; and provides many features that aid in your program development (such as auto-complete, compile/build/run, help menu, etc.). On the other hand, a plain text editor, such as "NotePad", is not language-sensitive and, therefore, is NOT suitable for writing programs. For full-scale software development, you should use an appropriate IDE (Integrated Development Environment).It is important to use a mono-space font (such as "Courier New", "Consola") for programming, so that the columns are properly aligned.
There are tons of free program editors available. Here are some program editors that I am currently using. Unfortunately, there isn't one magic wane (or silver bullet) that suits all my programming needs.
0 comments: