Click here to Skip to main content
15,896,111 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: for those of you purists that don't like break, continue and goto Pin
SeattleC++16-Sep-19 4:57
SeattleC++16-Sep-19 4:57 
GeneralRe: for those of you purists that don't like break, continue and goto Pin
honey the codewitch16-Sep-19 5:18
mvahoney the codewitch16-Sep-19 5:18 
GeneralRe: for those of you purists that don't like break, continue and goto Pin
AnotherKen16-Sep-19 6:31
professionalAnotherKen16-Sep-19 6:31 
GeneralRe: for those of you purists that don't like break, continue and goto Pin
honey the codewitch16-Sep-19 6:38
mvahoney the codewitch16-Sep-19 6:38 
GeneralRe: for those of you purists that don't like break, continue and goto Pin
AnotherKen16-Sep-19 8:00
professionalAnotherKen16-Sep-19 8:00 
GeneralRe: for those of you purists that don't like break, continue and goto Pin
honey the codewitch16-Sep-19 8:09
mvahoney the codewitch16-Sep-19 8:09 
GeneralRe: for those of you purists that don't like break, continue and goto Pin
zezba900016-Sep-19 10:21
zezba900016-Sep-19 10:21 
GeneralI don't like java. Pin
honey the codewitch14-Sep-19 3:35
mvahoney the codewitch14-Sep-19 3:35 
I know it, but it still strikes me as unreadable.

It's like a frankenstein of a language that wants to be C# but is like 1/3 c++/stl in how its interfaces look.

plus source level templates - cool sort of, but another cppism.

I find it actually easier to read and port between C# and c++ despite them being so different, because they're at least consistent about their differences. To the point where you can often do editor find replace (-> to . for example) to do a lot of the work for you. The point is, it's a lot more regular. All size() becomes Count. The iterators are pointers, they don't have a bunch of weird methods on them in C++.

It's just straightforward. Reading, writing, porting and thinking in java is creaky or clunky, IMO.

I can't even put my finger on all of it. I just don't like it.
When I was growin' up, I was the smartest kid I knew. Maybe that was just because I didn't know that many kids. All I know is now I feel the opposite.

GeneralRe: I don't like java. Pin
Nand3214-Sep-19 4:37
Nand3214-Sep-19 4:37 
GeneralRe: I don't like java. Pin
honey the codewitch14-Sep-19 4:54
mvahoney the codewitch14-Sep-19 4:54 
GeneralRe: I don't like java. Pin
Sander Rossel14-Sep-19 5:00
professionalSander Rossel14-Sep-19 5:00 
GeneralRe: I don't like java. Pin
honey the codewitch14-Sep-19 5:06
mvahoney the codewitch14-Sep-19 5:06 
GeneralRe: I don't like java. Pin
Jörgen Andersson14-Sep-19 8:55
professionalJörgen Andersson14-Sep-19 8:55 
GeneralRe: I don't like java. Pin
honey the codewitch14-Sep-19 12:50
mvahoney the codewitch14-Sep-19 12:50 
GeneralRe: I don't like java. Pin
Amarnath S14-Sep-19 5:10
professionalAmarnath S14-Sep-19 5:10 
GeneralRe: I don't like java. Pin
honey the codewitch14-Sep-19 5:15
mvahoney the codewitch14-Sep-19 5:15 
GeneralRe: I don't like java. Pin
Rick York14-Sep-19 6:02
mveRick York14-Sep-19 6:02 
GeneralRe: I don't like java. Pin
honey the codewitch14-Sep-19 6:03
mvahoney the codewitch14-Sep-19 6:03 
GeneralRe: I don't like java. Pin
Brisingr Aerowing14-Sep-19 14:29
professionalBrisingr Aerowing14-Sep-19 14:29 
GeneralRe: I don't like java. Pin
honey the codewitch14-Sep-19 14:30
mvahoney the codewitch14-Sep-19 14:30 
GeneralRe: I don't like java. Pin
Munchies_Matt14-Sep-19 22:49
Munchies_Matt14-Sep-19 22:49 
GeneralRe: I don't like java. Pin
honey the codewitch15-Sep-19 3:33
mvahoney the codewitch15-Sep-19 3:33 
GeneralRe: I don't like java. Pin
MSBassSinger16-Sep-19 3:01
professionalMSBassSinger16-Sep-19 3:01 
GeneralThis is gold (one of my first programming projects) Pin
Sander Rossel14-Sep-19 2:50
professionalSander Rossel14-Sep-19 2:50 
GeneralRe: This is gold (one of my first programming projects) Pin
honey the codewitch14-Sep-19 3:38
mvahoney the codewitch14-Sep-19 3:38 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.