Davysson Silva said:
- Describe several benefits of using a programming text editor.
Using a programming text editor make your code more easy to understand by adding features such as indentation and syntax highlighting.
- Identify one or more programming text editors that run on your Operating System.
Three programming text editor that run on my operating system(ubuntu 12.04) are Geany, gEdit, IDLE
- Describe the concept/benefits of using an Integrated Development Environment.
The benefits of using a Integrated Development Environment is the possibility of automating many task.
- Identify some similaritites and differences between a Programming Text Editor and an Integrated Development Environment.
The similarities of text editor and an IDE is syntax formatting, the difference is that the IDE allows you to automate tasks.
- List at least one Integrated Development Environment that runs on your Operating System.
NetBeans and Eclipse.
- Choose a programming text editor and/or Integrated Development tool to use during this course.
Geany
- Describe why you chose your current programming tool and share this description with the class.
Because it's fast and open source.