Tired of Eclipse
-
Ennis Ray Lynch, Jr. wrote:
code should be designed in such a way that it should not build if it is in error
And how on earth do you enforce that? e.g. Code to multiply two numbers (Admittedly a very simplistic example)
int x = 3; int y = 4; int z = x + y; // incorrect operator, but will still compile
Step through that in a debugger, and the error will be immediately obvious.The situation you have described is caught with Unit Testing and Test Driven development, not the debugger. And my build script is setup to make those appear as build errors.
Need custom software developed? I do C# development and consulting all over the United States. A man said to the universe: "Sir I exist!" "However," replied the universe, "The fact has not created in me A sense of obligation." --Stephen Crane
-
The situation you have described is caught with Unit Testing and Test Driven development, not the debugger. And my build script is setup to make those appear as build errors.
Need custom software developed? I do C# development and consulting all over the United States. A man said to the universe: "Sir I exist!" "However," replied the universe, "The fact has not created in me A sense of obligation." --Stephen Crane
Yes, unit test will tell you something is wrong, but unless you write test for every line of code I don't see how you will know what exactly is wrong in situations that are more complicated than simple
x+y
case. -
And what about debugging?
-
I'm getting more and more annoyed with Eclipse as a Java IDE. Anybody got any recommendations for IDEs that they like better, and are free? I'd be happy to use a non-free one, but I know I'm never going to get a PO from work to purchase something.
¡El diablo está en mis pantalones! ¡Mire, mire! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! VCF Blog Just Say No to Web 2 Point Oh
Your post reminded me that I have Sun One Studio on my system, it is built on NetBeans so it is probably slower and bloatier, haven't used it in yonks so I decided to fire it up. After loading, it went into the usual check-for-updates routine, and informed me that the SunOne Update Server was unavailable. Hmmm, anything to do with Oracle, do you think?
Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.”
-
I'm getting more and more annoyed with Eclipse as a Java IDE. Anybody got any recommendations for IDEs that they like better, and are free? I'd be happy to use a non-free one, but I know I'm never going to get a PO from work to purchase something.
¡El diablo está en mis pantalones! ¡Mire, mire! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! VCF Blog Just Say No to Web 2 Point Oh