What is an IDE?
An IDE is an Interactive Development Environment, an application that can be used to develop any kind of software programs.
IDS's provides comprehensive facilities to programmers for easier, faster and more accurate software development.
If you are an experienced AS400 or iSeries RPG Programmer you are already using an old fashioned IDE. It's called SEU.
The problem is -- SEU is little more than a text editor with a few bells and whistles.
SEU has basic line copying functions letting you move lines around and some archaic syntax checking (it hasn't been updated for a decade so ignores all new RPG code layouts).
SEU has no code review function.
No automatic code insertion.
No code reformatting.
No highlight of field names in error.
SEU is a very basic, old fashioned IDE.
Why is a modern IDE better than SEU?
So, without further ado, let's dive in..