|

10-13-2008, 02:58 PM
|
 |
Moderator
|
|
Join Date: Jul 2007
Location: Colombo, Sri Lanka
Posts: 4,376
|
|
|
Yes, you are right masijade. Different people have different opinions on this issue.
__________________
Use an appropriate Subject. "Help, urgent!" isn't one. To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Has someone helped you? Then you can To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. their helpful post.
Want to make your IDE the best? To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
|

10-13-2008, 03:12 PM
|
|
Senior Member
|
|
Join Date: Jun 2008
Posts: 441
|
|
Originally Posted by Eranga
Yes, you are right masijade. Different people have different opinions on this issue.
That's what that question was suppossed to evoke. Well, more correctly, it was suppossed to evoke the reader thinking:
"Right about what? That everyone has opinions? Or about his opinions?"

|
|

10-13-2008, 03:14 PM
|
 |
Moderator
|
|
Join Date: Jul 2007
Location: Colombo, Sri Lanka
Posts: 4,376
|
|
|
About his.
__________________
Use an appropriate Subject. "Help, urgent!" isn't one. To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Has someone helped you? Then you can To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. their helpful post.
Want to make your IDE the best? To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
|

10-13-2008, 03:22 PM
|
|
Member
|
|
Join Date: Aug 2007
Posts: 64
|
|
Originally Posted by masijade
Whatever, we're both entitled to our own opinions, regardless of what the other thinks of them.
(You know I'm right!  )
The result of the discussion could eventually be a consensus (at least I thought that is the intention of discussions). ;-)
__________________
Greetings, Martin Wildam.
|
|

10-13-2008, 03:30 PM
|
|
Senior Member
|
|
Join Date: Jun 2008
Posts: 441
|
|
Originally Posted by mwildam
The result of the discussion could eventually be a consensus (at least I thought that is the intention of discussions). ;-)
That only happens if both parties move. Wasn't gonna happen. ;-)
|
|

10-13-2008, 04:20 PM
|
|
Member
|
|
Join Date: Aug 2007
Posts: 64
|
|
Originally Posted by masijade
That only happens if both parties move. Wasn't gonna happen. ;-)
Not yet maybe - I am waiting for the next arguments. - However your 2. - Company decided about the IDE can be really an argument - I hope I will never work for such a company with many developers. - I think in big companies it can be an issue if everybody uses different IDEs.
__________________
Greetings, Martin Wildam.
|
|

10-13-2008, 04:32 PM
|
|
Senior Member
|
|
Join Date: Jun 2008
Posts: 441
|
|
Originally Posted by mwildam
Not yet maybe - I am waiting for the next arguments. - However your 2. - Company decided about the IDE can be really an argument - I hope I will never work for such a company with many developers. - I think in big companies it can be an issue if everybody uses different IDEs.
It is an issue. Many. many, many companies (and not all of them large) dictate, and sometimes in a very anal manner, what software it's employees (including developers) are allowed to use (and usually, the machines are preinstalled and nobody gets local admin privileges).
|
|

10-13-2008, 04:55 PM
|
|
Senior Member
|
|
Join Date: Jun 2008
Posts: 441
|
|
Okay, one more time around.
Originally Posted by mwildam
It is very seldom that I really do have to perform debugging at the production client if I produce good logfiles. If I have to do debugging I actually maybe have to do some manual work and testing.
I wasn't talking about code errors, though. I was talking about someone having made a mistake modifying the class path when adding a new library (either forgetting about it or, sometimes even, the order), or that the packaging has gone wrong (which also happens and can be notoriously hard to find if you simply entrust it to your tools without knowing what it should be doing behind the scenes, especially when RMI comes into play, and the like), and those types of errors. The structural things. And, since those structural things are either built (in the case of the packaging), or even worse, only described, by the development department (through the Quality Assurance department, if your company is smart even to have one), those things are the developers responsibility, he needs to know them inside and out.
The company I work for does not decide about the tools I have to use. The tool to use must be decided by the developer(s) and not by some manager never doing a line of code. If a group of developers decides to change IDE there might be pretty good reasons and then it might be worth learning the new IDE. And actually if component separation is done as it should it should either make no difference if developer A is using Eclipse and developer B is using NetBeans for example. In our projects C++, C# and VB are mixed while components are separated appropriately.
Well, large pieces of software also have multiple people working on the same "component". That component is broken down into modules, to be sure, but they are all closely tied enough that they at least must be the same language. But, regardless of those points, managers do decide, many times.
I do learn things usually top-down: When I find out that for instance the default ANT-packaging in NetBeans does not fit my needs than I will dig into it. Just because I want to get my first productive project running does not mean that I will not go into details later - definitely not!
But I think that how fast you can get productive with a programming language and available IDE(s) is an important thing how it will spread out. Software Development does not get easier with the time and it will become more difficult to find good programmers if the learning curve (until the first results for production) is so flat.
I don't find the learning curve flat, however. Like I said, I don't believe you cut that much time out of the process using an IDE. While learning, what is to be used is usually pretty narrowly defined, so there isn't a lot of searching in the docs so it is only a few extra seconds per "need" (and you naturally aquire the habit of reading the docs, first), and it takes a little extra time learning how to use the classpath, jar, javac, and java commands themselves (but that little bit of extra time brings a whole lot of understanding along with it).
I agree, that the extraneous tools (like ant and the varying plugins) can be learned on the side (but they should be learned), but those tools vary from IDE to IDE (if they exist for the IDE at all), and so must wait until you start learning the IDE anyway (otherwise the learning curve really would be flat). But the thing is, you shouldn't need to learn the IDE. If you know all of the Java basics (and I am not talking any kind of enterprise stuff here, all that comes later) all you need do is explore the IDE. There should be no real "learning" involved.
|
|

10-13-2008, 07:38 PM
|
|
Member
|
|
Join Date: Aug 2007
Posts: 64
|
|
Originally Posted by masijade
Okay, one more time around.
I think it's really time to split that thread.
For discussion about Java learning curve continue here: Java Learning Curve
__________________
Greetings, Martin Wildam.
|
|

10-16-2008, 01:00 AM
|
|
Member
|
|
Join Date: Oct 2008
Posts: 6
|
|
whoa, lol I might be coming into this conversation late but let me place my input
I prefer using notepad and C prompt.
I really dont like these IDEs. It feels as if they are stopping me from learning.
|
|

10-16-2008, 03:40 PM
|
|
Member
|
|
Join Date: Aug 2008
Location: The Netherlands
Posts: 22
|
|
Originally Posted by Josue_
whoa, lol I might be coming into this conversation late but let me place my input
I prefer using notepad and C prompt.
I really dont like these IDEs. It feels as if they are stopping me from learning.
Please get back to us in a couple of months 
|
|

10-16-2008, 03:46 PM
|
|
Member
|
|
Join Date: Oct 2008
Posts: 6
|
|
Originally Posted by Rooneyz
Please get back to us in a couple of months 
Honestly, I think that I will always prefer good ol' Notepad, over an IDE
but dont get me wrong, I also use Notepad++. 
|
|

10-16-2008, 03:56 PM
|
|
Member
|
|
Join Date: Aug 2007
Posts: 64
|
|
ROTFL! - Honestly, I prefer the good old horse, so I am going to ride home today instead of using the car. 
__________________
Greetings, Martin Wildam.
|
|

10-16-2008, 04:17 PM
|
|
Member
|
|
Join Date: Oct 2008
Posts: 6
|
|
Remember to fill up on hay before you go out 
|
|

10-16-2008, 04:24 PM
|
|
Member
|
|
Join Date: Aug 2007
Posts: 64
|
|
|
Hay anyway is currently cheaper than gasoline ;-)
The problem is, the motor is always on - even if it is parked in the garage.
__________________
Greetings, Martin Wildam.
|
|

10-16-2008, 04:35 PM
|
|
Member
|
|
Join Date: Oct 2008
Posts: 6
|
|
|
tranquilizers....
|
|

10-16-2008, 04:39 PM
|
 |
Moderator
|
|
Join Date: Jul 2007
Location: Colombo, Sri Lanka
Posts: 4,376
|
|
Hi guys, it's better to discuss technical stuff on this thread. If you want to have a fun, there is a separate thread for that. Please mess up this thread. 
__________________
Use an appropriate Subject. "Help, urgent!" isn't one. To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Has someone helped you? Then you can To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. their helpful post.
Want to make your IDE the best? To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
|

10-16-2008, 04:43 PM
|
|
Member
|
|
Join Date: Oct 2008
Posts: 6
|
|
sorry :P
ok so, is it so bad to enjoy hands on programming?
|
|

10-17-2008, 09:30 AM
|
 |
Member
|
|
Join Date: Oct 2008
Posts: 8
|
|
|
i use
notepad to write it in at 1st. But now I think I will use DrJava
__________________
$GettinGwap$
|
|

10-19-2008, 03:21 PM
|
|
Member
|
|
Join Date: Oct 2008
Posts: 2
| | | |