• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 16:01
CEST 22:01
KST 05:01
  • Home
  • Forum
  • Calendar
  • Streams
  • Liquipedia
  • Features
  • Store
  • EPT
  • TL+
  • StarCraft 2
  • Brood War
  • Smash
  • Heroes
  • Counter-Strike
  • Overwatch
  • Liquibet
  • Fantasy StarCraft
  • TLPD
  • StarCraft 2
  • Brood War
  • Blogs
Forum Sidebar
Events/Features
News
Featured News
[ASL22] Ro24 Preview: Siren's Call8[ASL22] Ro24 Preview: Summer's End9Serral wins HomeStory Cup 2915Serral wins Maestros of the Game 244ByuL, and the Limitations of Standard Play3
Community News
Official StarCraft website teases new content ahead of BlizzCon?58Stellar Fest TWO the Moon (Dec 16-20)8Weekly Cups (August 24-30): Patches' balance mod takes over3New 3v3 BGH Ladder (and more) on ShieldBattery!40Weekly Cups (August 17-23): Zerg dominate the week6
StarCraft 2
General
SC4ALL: II Winner Will Earn a Spot at HSC 30! Nexon wins bid to develop StarCraft IP content, distribute Overwatch mobile game Weekly Cups (August 24-30): Patches' balance mod takes over Balance hotfix patch 5.0.16b (July 16) September World Ranking: herO leads, Serral climbs
Tourneys
IntoTheTV X SOOP SC2 League : Weekly & Monthly SC2 INu's Battles#20 [BO.9] 2026 GSTL Announcement Stellar Fest TWO the Moon (Dec 16-20) PIG STY FESTIVAL 8.0! (13 - 23 August)
Strategy
[G] Having the right mentality to improve
Custom Maps
Nexus Wars 2021 GUIDE [M] (2) Industrial Park
External Content
Mutation # 541 Binary Choice The PondCast: SC2 News & Results Mutation # 540 Dodge This Mutation # 539 Thunder Dome
Brood War
General
Official StarCraft website teases new content ahead of BlizzCon? BW General Discussion ASL22 General Discussion [Personal Project Share] Terran Defense v0.60 BGH Auto Balance -> http://bghmmr.eu/
Tourneys
KCM Race Survival 2026 Season 3 Brood War in Budapest ! WORTEX 2026 BW Finals [Megathread] Daily Proleagues BSL LAN Party - Kraków 29-30 August - OPEN SIGNUPS
Strategy
Replay Review Process - What do you do? Game Theory for Starcraft Odyssey Mineral Stack Saturation Fighting Spirit mining rates
Other Games
General Games
Nintendo Switch Thread Diablo IV EVE Corporation [Maplestory Hardcore] Let's Play~!! General RTS Discussion Thread
Dota 2
Official 'what is Dota anymore' discussion
League of Legends
[TL LoL EUW IHs] Teemo shall perish TSM pausing esports and CLG Dead
Heroes of the Storm
Heroes of the Storm 2.0
Hearthstone
Deck construction bug
TL Mafia
TL Mafia Power Rank TL Mafia Community Thread NeO.D_StephenKing vs This Guy From 1 Million Dance
Community
General
Things Aren’t Peaceful in Palestine US Politics Mega-thread Canadian Politics Mega-thread Artificial Intelligence Thread UK Politics Mega-thread
Fan Clubs
MarineLorD Fan Club The Creator Fan Club The ShoWTimE Fan Club
Media & Entertainment
Movie Discussion! Anime Discussion Thread
Sports
Football (Soccer) Thread TeamLiquid Health and Fitness Initiative For 2023 MLB/Baseball 2023 NBA General Discussion
World Cup 2022
Tech Support
Computer Build, Upgrade & Buying Resource Thread
TL Community
The Automated Ban List Northern Ireland Global Starcraft
Blogs
Dreaming of BW patches (mod…
c3rberUs
Regacy Esports: The Bh…
regacyesports
Violent Games and Crime Rate…
TrAiDoS
LOCKPICKING NOOB
LUCKY_NOOB
Cathedral Of CS And NY pizza a…
FuDDx
Customize Sidebar...

Website Feedback

Closed Threads



Active: 5207 users

The Big Programming Thread - Page 420

Forum Index > General Forum
Post a Reply
Prev 1 418 419 420 421 422 1032 Next
Thread Rules
1. This is not a "do my homework for me" thread. If you have specific questions, ask, but don't post an assignment or homework problem and expect an exact solution.
2. No recruiting for your cockamamie projects (you won't replace facebook with 3 dudes you found on the internet and $20)
3. If you can't articulate why a language is bad, don't start slinging shit about it. Just remember that nothing is worse than making CSS IE6 compatible.
4. Use [code] tags to format code blocks.
tofucake
Profile Blog Joined October 2009
Hyrule19252 Posts
January 05 2014 01:40 GMT
#8381
Eclipse sucks but it's ubiquitous so not knowing it can hurt you when you try to get anything done. It's sort of like PHP only it has less weird behavior.
Liquipediaasante sana squash banana
Blisse
Profile Blog Joined July 2010
Canada3710 Posts
Last Edited: 2014-01-05 03:27:20
January 05 2014 03:21 GMT
#8382
On January 05 2014 10:34 berated- wrote:
Haters gonna hate... its weird how like 2/3 of all java developers prefer eclipse over intellij and netbeans but according to this thread its the very worst ide to ever be created. I guess all of us dumb java devs just don't know any better.

If you don't need it, don't use it...that doesn't make it suck.


The best of a bad bunch doesn't mean it's good. It sucks when compared to the main IDEs for other languages. Well, you can argue that VS is pretty bad too without ReSharper, but with ReSharper, no contest - Eclipse sucks in comparison.


IDEs are multiple times more productive than text editors simply because of autocomplete. If I can type "CustomList." and then have a list of what methods I can call for that CustomList alongside the signature of each method, and where it autocreates the signature for you, I can be a lot more productive than if I had to open up the code definition in another window and find the method I want and then type the entire method name without misspelling and then copy the signature and so on and so on. If a text editor could do that, plus figure out build settings for me, plus give me a visual debugger, I would swap over. But none do.

I still love Sublime Text though.
There is no one like you in the universe.
obesechicken13
Profile Blog Joined July 2008
United States10467 Posts
January 05 2014 03:35 GMT
#8383
TIL eclipse is a poor IDE. I've tried a few like codeblocks for C/C++ and I have to say, Eclipse for Java loads slower but feels less buggy. PHP didn't even have any good IDE's for a while.
I think in our modern age technology has evolved to become more addictive. The things that don't give us pleasure aren't used as much. Work was never meant to be fun, but doing it makes us happier in the long run.
berated-
Profile Blog Joined February 2007
United States1134 Posts
Last Edited: 2014-01-05 03:38:10
January 05 2014 03:36 GMT
#8384
On January 05 2014 12:21 Blisse wrote:
Show nested quote +
On January 05 2014 10:34 berated- wrote:
Haters gonna hate... its weird how like 2/3 of all java developers prefer eclipse over intellij and netbeans but according to this thread its the very worst ide to ever be created. I guess all of us dumb java devs just don't know any better.

If you don't need it, don't use it...that doesn't make it suck.


The best of a bad bunch doesn't mean it's good. It sucks when compared to the main IDEs for other languages. Well, you can argue that VS is pretty bad too without ReSharper, but with ReSharper, no contest - Eclipse sucks in comparison.


IDEs are multiple times more productive than text editors simply because of autocomplete. If I can type "CustomList." and then have a list of what methods I can call for that CustomList alongside the signature of each method, and where it autocreates the signature for you, I can be a lot more productive than if I had to open up the code definition in another window and find the method I want and then type the entire method name without misspelling and then copy the signature and so on and so on. If a text editor could do that, plus figure out build settings for me, plus give me a visual debugger, I would swap over. But none do.

I still love Sublime Text though.


So, if IDEs provide a bunch of features, that you know.. make your life better..? When you are working with a project for your job? Isn't that the opposite of suck?

Hating java and the tools that go with it is just the cool thing to do, there is no sense in me trying to defend it. Sorry for derailing all the bashing, I'll just bow out.
nunez
Profile Blog Joined February 2011
Norway4003 Posts
Last Edited: 2014-01-05 03:59:20
January 05 2014 03:47 GMT
#8385
there are several autocomplete and visual debugger plugins for vim. i'm sure there are for emacs too. i'm not quite sure what you mean with 'figure out buildsettings', but maybe that would be a deal breaker.

edit: personally i stick to one letter typenames, variables and functions, enumerating them in order from a to z then on to the capital alphabet. if absolutely necessary i will adopt numbers as well, a0, a1, etc. also typedefing stl containers and basic types to fit into my terse scheme.
conspired against by a confederacy of dunces.
tofucake
Profile Blog Joined October 2009
Hyrule19252 Posts
January 05 2014 04:29 GMT
#8386
On January 05 2014 12:36 berated- wrote:
Show nested quote +
On January 05 2014 12:21 Blisse wrote:
On January 05 2014 10:34 berated- wrote:
Haters gonna hate... its weird how like 2/3 of all java developers prefer eclipse over intellij and netbeans but according to this thread its the very worst ide to ever be created. I guess all of us dumb java devs just don't know any better.

If you don't need it, don't use it...that doesn't make it suck.


The best of a bad bunch doesn't mean it's good. It sucks when compared to the main IDEs for other languages. Well, you can argue that VS is pretty bad too without ReSharper, but with ReSharper, no contest - Eclipse sucks in comparison.


IDEs are multiple times more productive than text editors simply because of autocomplete. If I can type "CustomList." and then have a list of what methods I can call for that CustomList alongside the signature of each method, and where it autocreates the signature for you, I can be a lot more productive than if I had to open up the code definition in another window and find the method I want and then type the entire method name without misspelling and then copy the signature and so on and so on. If a text editor could do that, plus figure out build settings for me, plus give me a visual debugger, I would swap over. But none do.

I still love Sublime Text though.


So, if IDEs provide a bunch of features, that you know.. make your life better..? When you are working with a project for your job? Isn't that the opposite of suck?

Hating java and the tools that go with it is just the cool thing to do, there is no sense in me trying to defend it. Sorry for derailing all the bashing, I'll just bow out.
Hating Java is what a lot of people do because they don't understand using the proper tools. A lot of the lesser experienced Java programmers don't shut the hell up about Java: it's the perfect tool for everything.
Liquipediaasante sana squash banana
mcc
Profile Joined October 2010
Czech Republic4646 Posts
January 05 2014 05:17 GMT
#8387
On January 05 2014 12:36 berated- wrote:
Show nested quote +
On January 05 2014 12:21 Blisse wrote:
On January 05 2014 10:34 berated- wrote:
Haters gonna hate... its weird how like 2/3 of all java developers prefer eclipse over intellij and netbeans but according to this thread its the very worst ide to ever be created. I guess all of us dumb java devs just don't know any better.

If you don't need it, don't use it...that doesn't make it suck.


The best of a bad bunch doesn't mean it's good. It sucks when compared to the main IDEs for other languages. Well, you can argue that VS is pretty bad too without ReSharper, but with ReSharper, no contest - Eclipse sucks in comparison.


IDEs are multiple times more productive than text editors simply because of autocomplete. If I can type "CustomList." and then have a list of what methods I can call for that CustomList alongside the signature of each method, and where it autocreates the signature for you, I can be a lot more productive than if I had to open up the code definition in another window and find the method I want and then type the entire method name without misspelling and then copy the signature and so on and so on. If a text editor could do that, plus figure out build settings for me, plus give me a visual debugger, I would swap over. But none do.

I still love Sublime Text though.


So, if IDEs provide a bunch of features, that you know.. make your life better..? When you are working with a project for your job? Isn't that the opposite of suck?

Hating java and the tools that go with it is just the cool thing to do, there is no sense in me trying to defend it. Sorry for derailing all the bashing, I'll just bow out.

I might dislike Java, but that has nothing to do with my dislike for Eclipse Eclipse is better than pure text editor, but it is poor IDE compared to VS for example.

As for the VIM with autocomplete and debugger, at that point that VIM is basically becoming IDE. Few other things that IDE gives you, go-to-definition, find-all-references/uses (those can work 100% only for statically-typed languages) , build/debug automation and project management. I guess you can have all of those plugged into VIM, at that point you can call it IDE.
spinesheath
Profile Blog Joined June 2009
Germany8679 Posts
January 05 2014 07:32 GMT
#8388
On January 05 2014 06:00 Blisse wrote:
Show nested quote +
On January 04 2014 17:29 spinesheath wrote:
On January 04 2014 08:28 Zocat wrote:
On the topic of Visual Studio: Has anyone here have experience with ReSharper? A friend of mine used it at work and he said it was quite decent (though he wouldnt want to to pay for it himself).
Since my favourite Java IDE is IntelliJ, I honestly consider ReSharper for VS, but I'm not really sure about it.

I have like 4 weeks of experience with ReSharper so far (using it at work). It has some nice features, but so far I don't know about anything spectacular. I don't miss it too much at home where I don't have it available. A license is like 100$ or so? Probably wouldn't buy it for myself. Might just be that I don't know enough of its features yet though.


For comparison, I don't touch Visual Studio unless it has a copy of ReSharper on it. Development without RS is essentially enough of a turn-off that I won't bother. I have a bit under a year's experience.

Would you mind writing a small list of some features you use a lot or find very important? Apparently (and not unexpectedly) there's a lot more to it than I know.
If you have a good reason to disagree with the above, please tell me. Thank you.
Blisse
Profile Blog Joined July 2010
Canada3710 Posts
Last Edited: 2014-01-05 07:38:51
January 05 2014 07:37 GMT
#8389
On January 05 2014 12:36 berated- wrote:
Show nested quote +
On January 05 2014 12:21 Blisse wrote:
On January 05 2014 10:34 berated- wrote:
Haters gonna hate... its weird how like 2/3 of all java developers prefer eclipse over intellij and netbeans but according to this thread its the very worst ide to ever be created. I guess all of us dumb java devs just don't know any better.

If you don't need it, don't use it...that doesn't make it suck.


The best of a bad bunch doesn't mean it's good. It sucks when compared to the main IDEs for other languages. Well, you can argue that VS is pretty bad too without ReSharper, but with ReSharper, no contest - Eclipse sucks in comparison.


IDEs are multiple times more productive than text editors simply because of autocomplete. If I can type "CustomList." and then have a list of what methods I can call for that CustomList alongside the signature of each method, and where it autocreates the signature for you, I can be a lot more productive than if I had to open up the code definition in another window and find the method I want and then type the entire method name without misspelling and then copy the signature and so on and so on. If a text editor could do that, plus figure out build settings for me, plus give me a visual debugger, I would swap over. But none do.

I still love Sublime Text though.


So, if IDEs provide a bunch of features, that you know.. make your life better..? When you are working with a project for your job? Isn't that the opposite of suck?

Hating java and the tools that go with it is just the cool thing to do, there is no sense in me trying to defend it. Sorry for derailing all the bashing, I'll just bow out.


I'm sorry, but did you miss the context and relativity? It sucks compared to what it could be as an IDE, in which VS and Xcode are glowing examples of.

I like using Java. It's basically C#. It was enjoyable except for the package importing which I have trouble wrapping my head around (same as I have trouble wrapping my head around importing in Python). Using syntax in C/C++/C# feel a lot more natural because I've coded in those languages more.

I like Java, but Eclipse sucks.
There is no one like you in the universe.
Shield
Profile Blog Joined August 2009
Bulgaria4824 Posts
Last Edited: 2014-01-05 10:28:13
January 05 2014 10:26 GMT
#8390
Objective-C

I have this code:


CLGeocoder *gcrev = [[CLGeocoder alloc] init];

[gcrev reverseGeocodeLocation:[self location] completionHandler:^(NSArray *placemarks, NSError *error) {

CLPlacemark* revMark = [placemarks objectAtIndex:0];

NSArray *addressLines = [[revMark addressDictionary] objectForKey:@"FormattedAddressLines"];

NSString *revAddress = [addressLines componentsJoinedByString:@"\n"];

// Add any code that also wants to utilise this address here in the geocoder block
}];


I've figured out I can't return a value after the block because the block appears to be asynchronous, so the "return" happens before the block finishes code. Any suggestions? Ideally, I want to have a method like:

+(NSString *)getRevAddress(CLLocation *);

However, it can't really be done if I do not serialise executon in a way. Say something like

1. Execute block
2. Has block executed completely?
a. NO - wait until it finishes
b. return the reverse address
sluggaslamoo
Profile Blog Joined November 2009
Australia4494 Posts
January 05 2014 11:38 GMT
#8391
On January 05 2014 13:29 tofucake wrote:
Show nested quote +
On January 05 2014 12:36 berated- wrote:
On January 05 2014 12:21 Blisse wrote:
On January 05 2014 10:34 berated- wrote:
Haters gonna hate... its weird how like 2/3 of all java developers prefer eclipse over intellij and netbeans but according to this thread its the very worst ide to ever be created. I guess all of us dumb java devs just don't know any better.

If you don't need it, don't use it...that doesn't make it suck.


The best of a bad bunch doesn't mean it's good. It sucks when compared to the main IDEs for other languages. Well, you can argue that VS is pretty bad too without ReSharper, but with ReSharper, no contest - Eclipse sucks in comparison.


IDEs are multiple times more productive than text editors simply because of autocomplete. If I can type "CustomList." and then have a list of what methods I can call for that CustomList alongside the signature of each method, and where it autocreates the signature for you, I can be a lot more productive than if I had to open up the code definition in another window and find the method I want and then type the entire method name without misspelling and then copy the signature and so on and so on. If a text editor could do that, plus figure out build settings for me, plus give me a visual debugger, I would swap over. But none do.

I still love Sublime Text though.


So, if IDEs provide a bunch of features, that you know.. make your life better..? When you are working with a project for your job? Isn't that the opposite of suck?

Hating java and the tools that go with it is just the cool thing to do, there is no sense in me trying to defend it. Sorry for derailing all the bashing, I'll just bow out.
Hating Java is what a lot of people do because they don't understand using the proper tools. A lot of the lesser experienced Java programmers don't shut the hell up about Java: it's the perfect tool for everything.


Odd... I always felt like it was the lesser experienced Java developers that liked it the most. I had used Java for 6 years before I decided I actually hated it. Its always fun to have someone scream at you for hating on Java and thinking you know nothing, only to teach them a thing or two about it.

No features in an IDE I find add to productivity on a grand scale, I think if you can type at 75+ WPM auto-complete is at best a small productivity gain.

The biggest boons for productivity I find are being framework agnostic and being able to instantly install from a comprehensive selection of libraries, many of which provide easy to use abstractions for certain tasks.

So while you may be saving a few seconds at a time with features like auto-refactor and auto-complete, I am saving days of development at a time by compositing lots of different libraries.

Sure C# has the ability to do it, but its not really designed for that kind of thing, and most projects are just raw with a few libraries or a big framework with the lot.
Come play Android Netrunner - http://www.teamliquid.net/forum/viewmessage.php?topic_id=409008
Deleted User 101379
Profile Blog Joined August 2010
4849 Posts
January 05 2014 12:06 GMT
#8392
On January 05 2014 20:38 sluggaslamoo wrote:
Show nested quote +
On January 05 2014 13:29 tofucake wrote:
On January 05 2014 12:36 berated- wrote:
On January 05 2014 12:21 Blisse wrote:
On January 05 2014 10:34 berated- wrote:
Haters gonna hate... its weird how like 2/3 of all java developers prefer eclipse over intellij and netbeans but according to this thread its the very worst ide to ever be created. I guess all of us dumb java devs just don't know any better.

If you don't need it, don't use it...that doesn't make it suck.


The best of a bad bunch doesn't mean it's good. It sucks when compared to the main IDEs for other languages. Well, you can argue that VS is pretty bad too without ReSharper, but with ReSharper, no contest - Eclipse sucks in comparison.


IDEs are multiple times more productive than text editors simply because of autocomplete. If I can type "CustomList." and then have a list of what methods I can call for that CustomList alongside the signature of each method, and where it autocreates the signature for you, I can be a lot more productive than if I had to open up the code definition in another window and find the method I want and then type the entire method name without misspelling and then copy the signature and so on and so on. If a text editor could do that, plus figure out build settings for me, plus give me a visual debugger, I would swap over. But none do.

I still love Sublime Text though.


So, if IDEs provide a bunch of features, that you know.. make your life better..? When you are working with a project for your job? Isn't that the opposite of suck?

Hating java and the tools that go with it is just the cool thing to do, there is no sense in me trying to defend it. Sorry for derailing all the bashing, I'll just bow out.
Hating Java is what a lot of people do because they don't understand using the proper tools. A lot of the lesser experienced Java programmers don't shut the hell up about Java: it's the perfect tool for everything.


Odd... I always felt like it was the lesser experienced Java developers that liked it the most. I had used Java for 6 years before I decided I actually hated it. Its always fun to have someone scream at you for hating on Java and thinking you know nothing, only to teach them a thing or two about it.

No features in an IDE I find add to productivity on a grand scale, I think if you can type at 75+ WPM auto-complete is at best a small productivity gain.

The biggest boons for productivity I find are being framework agnostic and being able to instantly install from a comprehensive selection of libraries, many of which provide easy to use abstractions for certain tasks.

So while you may be saving a few seconds at a time with features like auto-refactor and auto-complete, I am saving days of development at a time by compositing lots of different libraries.

Sure C# has the ability to do it, but its not really designed for that kind of thing, and most projects are just raw with a few libraries or a big framework with the lot.



If you work in a project spanning 400k+ lines, several hundred classes and half a dozen frameworks, as i do at my PHP web development job, autocomplete becomes a huge timesaver. Not because it saves you from typing those 5-10 more characters, but because
A.) it shows you the available methods, so you don't have to look into the class to find out if that method was called loadFoo() or initFoo()
B.) it protects against spelling mistakes or rather against methods with a misspelled name that were so long in the system that you can't correct it anymore. One of our core services, used by several external groups, is the comission service.

Also, "Find references" is a very important tool. You can't just grep through 50k files across half a dozen referenced projects to find out where a class is used.
Then there are cases where you aren't sure what the class was called, you just know e.g. "It started with 'event' and ended with something like 'sms'". Using find to search through all those files takes forever. In Zend Studio you just press Ctrl+R and type "ev*sms*.php" and have a short list of files where you can then pick the right one.

My job is a common, boring PHP development job, nothing special. Lots of ancient code, mixed with lots of bad code, workarounds, hotfixes, quick-and-dirty, "we'll fix it later" style code, partial rewrites that maintained compatibility to the previous buggy version, etc.
The IDE is still a timesaver, even if it's slow as hell and makes me wish i could just go to VIM. Writing code is slow, but managing code is still better in an IDE.

Back in the days when i had my private 10-20k LoC projects that I wrote on my own, yeah, an IDE was useless. For my current private project I'm working directly in VIM via SSH and it's good enough because I know how every method or class is called. However, while those projects are fun, they aren't really relevant.

What is the biggest project you've ever worked on, sluggaslamoo?
And with how many developers?
How old was the codebase?

From your posting I get the feeling it's "10k LoC". "1". "1 month".
sluggaslamoo
Profile Blog Joined November 2009
Australia4494 Posts
Last Edited: 2014-01-05 14:11:39
January 05 2014 13:58 GMT
#8393
On January 05 2014 21:06 Morfildur wrote:
Show nested quote +
On January 05 2014 20:38 sluggaslamoo wrote:
On January 05 2014 13:29 tofucake wrote:
On January 05 2014 12:36 berated- wrote:
On January 05 2014 12:21 Blisse wrote:
On January 05 2014 10:34 berated- wrote:
Haters gonna hate... its weird how like 2/3 of all java developers prefer eclipse over intellij and netbeans but according to this thread its the very worst ide to ever be created. I guess all of us dumb java devs just don't know any better.

If you don't need it, don't use it...that doesn't make it suck.


The best of a bad bunch doesn't mean it's good. It sucks when compared to the main IDEs for other languages. Well, you can argue that VS is pretty bad too without ReSharper, but with ReSharper, no contest - Eclipse sucks in comparison.


IDEs are multiple times more productive than text editors simply because of autocomplete. If I can type "CustomList." and then have a list of what methods I can call for that CustomList alongside the signature of each method, and where it autocreates the signature for you, I can be a lot more productive than if I had to open up the code definition in another window and find the method I want and then type the entire method name without misspelling and then copy the signature and so on and so on. If a text editor could do that, plus figure out build settings for me, plus give me a visual debugger, I would swap over. But none do.

I still love Sublime Text though.


So, if IDEs provide a bunch of features, that you know.. make your life better..? When you are working with a project for your job? Isn't that the opposite of suck?

Hating java and the tools that go with it is just the cool thing to do, there is no sense in me trying to defend it. Sorry for derailing all the bashing, I'll just bow out.
Hating Java is what a lot of people do because they don't understand using the proper tools. A lot of the lesser experienced Java programmers don't shut the hell up about Java: it's the perfect tool for everything.


Odd... I always felt like it was the lesser experienced Java developers that liked it the most. I had used Java for 6 years before I decided I actually hated it. Its always fun to have someone scream at you for hating on Java and thinking you know nothing, only to teach them a thing or two about it.

No features in an IDE I find add to productivity on a grand scale, I think if you can type at 75+ WPM auto-complete is at best a small productivity gain.

The biggest boons for productivity I find are being framework agnostic and being able to instantly install from a comprehensive selection of libraries, many of which provide easy to use abstractions for certain tasks.

So while you may be saving a few seconds at a time with features like auto-refactor and auto-complete, I am saving days of development at a time by compositing lots of different libraries.

Sure C# has the ability to do it, but its not really designed for that kind of thing, and most projects are just raw with a few libraries or a big framework with the lot.



If you work in a project spanning 400k+ lines, several hundred classes and half a dozen frameworks, as i do at my PHP web development job, autocomplete becomes a huge timesaver. Not because it saves you from typing those 5-10 more characters, but because
A.) it shows you the available methods, so you don't have to look into the class to find out if that method was called loadFoo() or initFoo()
B.) it protects against spelling mistakes or rather against methods with a misspelled name that were so long in the system that you can't correct it anymore. One of our core services, used by several external groups, is the comission service.

Also, "Find references" is a very important tool. You can't just grep through 50k files across half a dozen referenced projects to find out where a class is used.
Then there are cases where you aren't sure what the class was called, you just know e.g. "It started with 'event' and ended with something like 'sms'". Using find to search through all those files takes forever. In Zend Studio you just press Ctrl+R and type "ev*sms*.php" and have a short list of files where you can then pick the right one.

My job is a common, boring PHP development job, nothing special. Lots of ancient code, mixed with lots of bad code, workarounds, hotfixes, quick-and-dirty, "we'll fix it later" style code, partial rewrites that maintained compatibility to the previous buggy version, etc.
The IDE is still a timesaver, even if it's slow as hell and makes me wish i could just go to VIM. Writing code is slow, but managing code is still better in an IDE.

Back in the days when i had my private 10-20k LoC projects that I wrote on my own, yeah, an IDE was useless. For my current private project I'm working directly in VIM via SSH and it's good enough because I know how every method or class is called. However, while those projects are fun, they aren't really relevant.

What is the biggest project you've ever worked on, sluggaslamoo?
And with how many developers?
How old was the codebase?

From your posting I get the feeling it's "10k LoC". "1". "1 month".


Right now I'm working on a small development team because I enjoy it more, but in past I have worked on very large Java projects like yours. At one point I wrote a script that checked for unused test code, and found over 1,000 lines of deletable tests.

To address that question specifically, I think the biggest was a team of roughly 20 developers with 5 product managers. It was the LonelyPlanet website written in Java so it was pretty old. No idea what the LOC was, it was very big, too big.

In the end I still used GEdit/Xmonad while everyone else was using eclipse in a behemoth project. Although because of paired programming, I was using Eclipse a lot of the time.

To me having auto-complete in your project is just trying to address the symptom for a much larger problem. Yeah it definitely helps when you have 400k lines of code to sort through, but really, the real problem is that your code base is way too big. You would have much greater productivity gains by reducing the size of the code base.

Although i know the feeling that there's not much you can do about it, but if you have decent test coverage you should be able to refactor a lot of code.

Projects should not really span more than 10-20k lines. I think my last contract that I did on my own, ended up only being about 5k lines with something like 20k lines added and 15k lines deleted . When you have a very undisciplined team though code almost always ends up going out of control. Imagine if I never deleted any code, it would have been 4x bigger, which would slow down my productivity quite a lot. This is what happens in undisciplined teams.

I remember when another development team in one of the places that I worked were only allowed to push code if their code-base was smaller than before the commit. This was very effective, although good luck trying to pass that through when your manager and team is just derp.
Come play Android Netrunner - http://www.teamliquid.net/forum/viewmessage.php?topic_id=409008
ParasitJonte
Profile Joined September 2004
Sweden1768 Posts
January 05 2014 16:15 GMT
#8394
On January 05 2014 14:17 mcc wrote:
Show nested quote +
On January 05 2014 12:36 berated- wrote:
On January 05 2014 12:21 Blisse wrote:
On January 05 2014 10:34 berated- wrote:
Haters gonna hate... its weird how like 2/3 of all java developers prefer eclipse over intellij and netbeans but according to this thread its the very worst ide to ever be created. I guess all of us dumb java devs just don't know any better.

If you don't need it, don't use it...that doesn't make it suck.


The best of a bad bunch doesn't mean it's good. It sucks when compared to the main IDEs for other languages. Well, you can argue that VS is pretty bad too without ReSharper, but with ReSharper, no contest - Eclipse sucks in comparison.


IDEs are multiple times more productive than text editors simply because of autocomplete. If I can type "CustomList." and then have a list of what methods I can call for that CustomList alongside the signature of each method, and where it autocreates the signature for you, I can be a lot more productive than if I had to open up the code definition in another window and find the method I want and then type the entire method name without misspelling and then copy the signature and so on and so on. If a text editor could do that, plus figure out build settings for me, plus give me a visual debugger, I would swap over. But none do.

I still love Sublime Text though.


So, if IDEs provide a bunch of features, that you know.. make your life better..? When you are working with a project for your job? Isn't that the opposite of suck?

Hating java and the tools that go with it is just the cool thing to do, there is no sense in me trying to defend it. Sorry for derailing all the bashing, I'll just bow out.

I might dislike Java, but that has nothing to do with my dislike for Eclipse Eclipse is better than pure text editor, but it is poor IDE compared to VS for example.

As for the VIM with autocomplete and debugger, at that point that VIM is basically becoming IDE. Few other things that IDE gives you, go-to-definition, find-all-references/uses (those can work 100% only for statically-typed languages) , build/debug automation and project management. I guess you can have all of those plugged into VIM, at that point you can call it IDE.


Agree on both counts. But I still applaud Eclipse for being such a good IDE and being free.

To further the point about vim essentially becoming an IDE, I would point to the downsides that each developer in a team will probably use his own setup and settings. This gives flexibility that some will love but for people like me who really don't want to think about what software I am using to produce software (I just want it to work...) and for people who might not have a strong linux background resulting in them not being able to setup an environment that really enhances their productivity - that flexibility will probably do more harm than good.

This is on the point of derailing into an anti-"simple"-text-editor rant so I will stop. I will just mention that I did invest what I consider to be significant time into learning vim and using some plugins but I still would not use it for a really serious project other than making small edits.
Hello=)
phar
Profile Joined August 2011
United States1080 Posts
January 05 2014 20:41 GMT
#8395
On January 05 2014 21:06 Morfildur wrote:
If you work in a project spanning 400k+ lines, several hundred classes and half a dozen frameworks, as i do at my PHP web development job, autocomplete becomes a huge timesaver. Not because it saves you from typing those 5-10 more characters, but because



Unfortunately there's also an upper bound on size where Eclipse just groans, shudders, and dies every 5 seconds because your code base is too large

Greyscreen, wooo.
Who after all is today speaking about the destruction of the Armenians?
sluggaslamoo
Profile Blog Joined November 2009
Australia4494 Posts
January 05 2014 21:57 GMT
#8396
On January 06 2014 05:41 phar wrote:
Show nested quote +
On January 05 2014 21:06 Morfildur wrote:
If you work in a project spanning 400k+ lines, several hundred classes and half a dozen frameworks, as i do at my PHP web development job, autocomplete becomes a huge timesaver. Not because it saves you from typing those 5-10 more characters, but because



Unfortunately there's also an upper bound on size where Eclipse just groans, shudders, and dies every 5 seconds because your code base is too large

Greyscreen, wooo.


Relevant

Next article: Eclipse Sits On Man's Couch, Breaks It
New Hampshire programmer Freddie Cardenas, 17, describes the incident: "We invited Eclipse over for dinner and drinks. Eclipse sat down on our new couch and there was this loud crack and it broke in half. Those timbers had snapped like fuckin' matchsticks. Then my mom started crying, and Eclipse started crying, and I ran and hid in my bedroom."


Sawse - http://steve-yegge.blogspot.com.au/2010/07/wikileaks-to-leak-5000-open-source-java.html
Come play Android Netrunner - http://www.teamliquid.net/forum/viewmessage.php?topic_id=409008
phar
Profile Joined August 2011
United States1080 Posts
January 06 2014 04:13 GMT
#8397
Steve Yegge writes some seriously funny shit. He's like our own version of James Mickens.

Worth noting that you can actually do giant code base work in Eclipse, as long as you aren't building too much from head. If most stuff is tucked away in smaller pieces, it can actually handle pretty monolithic stuff with functioning auto complete, auto import, and all that jazz. But build from head, and ctrl+space turns into a "please halt for 5 minutes so I can go get some coffee" button.
Who after all is today speaking about the destruction of the Armenians?
IronManSC
Profile Blog Joined November 2010
United States2119 Posts
January 06 2014 08:10 GMT
#8398
I'm having the hardest time learning Javascript. I'm an absolute beginner at it but I can't seem to "get it." Does anyone have recommendations on learning javascript?
SC2 Mapmaker || twitter: @ironmansc || Ohana & Mech Depot || 3x TLMC finalist || www.twitch.tv/sc2mapstream
icystorage
Profile Blog Joined November 2008
Jollibee19350 Posts
January 06 2014 08:15 GMT
#8399
do you have previous coding experience or is it your first language?
LiquidDota StaffAre you ready for a Miracle-? We are! The International 2017 Champions!
IronManSC
Profile Blog Joined November 2010
United States2119 Posts
January 06 2014 08:21 GMT
#8400
On January 06 2014 17:15 icystorage wrote:
do you have previous coding experience or is it your first language?


html and css
SC2 Mapmaker || twitter: @ironmansc || Ohana & Mech Depot || 3x TLMC finalist || www.twitch.tv/sc2mapstream
Prev 1 418 419 420 421 422 1032 Next
Please log in or register to reply.
Live Events Refresh
Next event in 3h 59m
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
ProTech160
JuggernautJason105
BRAT_OK 79
Trap 36
StarCraft: Brood War
Britney 18447
Shuttle 697
Hyuk 108
firebathero 93
HiyA 56
Pusan 32
NaDa 18
ajuk12(nOOB) 14
Dota 2
capcasts77
League of Legends
Doublelift51
Counter-Strike
fl0m4155
dupreeh167
Other Games
gofns19706
Grubby2883
Beastyqt521
shahzam395
KnowMe256
mouzStarbuck232
XaKoH 229
ArmadaUGS151
C9.Mang0144
IndyStarCraft 133
Trikslyr62
Mew2King37
Organizations
Other Games
gamesdonequick1069
[ Show 13 non-featured ]
StarCraft 2
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• Migwel
StarCraft: Brood War
• blackmanpl 50
• Azhi_Dahaki47
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
Dota 2
• WagamamaTV632
Other Games
• imaqtpie1306
• Shiphtur246
Upcoming Events
Replay Cast
3h 59m
Rogue vs Cure
Replay Cast
4h 59m
Big Brain Bouts
13h 59m
Garitos vs ArT
Lambo vs Percival
TriGGeR vs ByuN
Sparkling Tuna Cup
1d 13h
OSC
1d 15h
Shopify Rebellion Sundays
1d 18h
Mixu vs TBD
Spirit vs TBD
Clem vs TBD
Patches Events
1d 19h
OSC
2 days
Afreeca Starleague
2 days
Soma vs Shuttle
BeSt vs Rush
WardiTV Weekly
2 days
[ Show More ]
Afreeca Starleague
3 days
Leta vs ggaemo
Jaedong vs Queen
GSL
3 days
PiGosaur Cup
4 days
Kung Fu Cup
4 days
Replay Cast
5 days
The PondCast
5 days
KCM Race Survival
5 days
Escore
6 days
IntoTheTV X SOOP
6 days
Liquipedia Results

Completed

Proleague 2026-09-02
PiG Sty Festival 8.0
Light Tournament 2026

Ongoing

KCM Race Survival 2026 Season 3
K-JUNGMAN
ASL Season 22
Super Anchor Qualifying S3
CSL 2026 AUTUMN (S22)
RSL Revival: Season 6
Calamity Invitational
Big Dog Cup 2026 Div 1
BLAST Open Fall 2026
Esports World Cup 2026
Esports World Cup 2026: LCQ
BLAST Bounty Summer 2026
BLAST Bounty Summer Qual
Stake Ranked Episode 3
XSE Pro League 2026

Upcoming

Acropolis #5
Acropolis #5 - TRS
Escore Tournament S3: King of Kings
Blizzard Classic Cup 2026
Acropolis #5 - GSA
Acropolis #5 - GSB
Acropolis #5 - GSC
HSC XXX
Stellar Fest 2: Lunar Cup
SC4ALL II: StarCraft II
Kung Fu Cup 2026 Grand Finals
RSL Offline Finals
BLAST Rivals Fall 2026
IEM Beijing 2026
Stake Ranked Episode 5
PGL Masters Bucharest 2026
1win Private Club #2
Thunderpick World Champ. '26
ESL Pro League Season 24
Stake Ranked Episode 4
1win Private Club #1
Logitech G Play Connect 2026
SL StarSeries Fall 2026
FISSURE Playground #3
TLPD

1. ByuN
2. TY
3. Dark
4. Solar
5. Stats
6. Nerchio
7. sOs
8. soO
9. INnoVation
10. Elazer
1. Rain
2. Flash
3. EffOrt
4. Last
5. Bisu
6. Soulkey
7. Mini
8. Sharp
Sidebar Settings...

Advertising | Privacy Policy | Terms Of Use | Contact Us

Original banner artwork: Jim Warren
The contents of this webpage are copyright © 2026 TLnet. All Rights Reserved.