Difference between revisions of "IDE"
Jump to navigation
Jump to search
(Created page with "<div id="APB"> <div class="b1"> Integrated Development Environments </div> {{dev}} Familiarity with using an Integrated Development Environment is crucial to efficient cod...") |
m (→Contents) |
||
Line 16: | Line 16: | ||
==Contents== | ==Contents== | ||
− | * | + | * {{WP|Eclipse_(software)|Eclipse}} |
− | * | + | * {{WP|KDevelop}} |
− | * | + | * {{WP|ActiveState_Komodo|Komodo}} (not free) |
− | |||
==Introductory reading== | ==Introductory reading== |
Revision as of 17:03, 18 September 2012
Integrated Development Environments
This page is a placeholder, or under current development; it is here principally to establish the logical framework of the site. The material on this page is correct, but incomplete.
Familiarity with using an Integrated Development Environment is crucial to efficient coding. You need a code-aware editor and an integrated symbolic debugger. Of course, you can simply use a plain text editor and insert copious print
statements to debug - but this is inordinately less efficient and less effective. Your time should be more valuable to you than that.
Contents
Introductory reading
Exercises
References