Click here to Skip to main content
15,894,539 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: 2 Dim arrays in Java Pin
OriginalGriff18-Feb-20 11:34
mveOriginalGriff18-Feb-20 11:34 
GeneralRe: 2 Dim arrays in Java Pin
kalberts18-Feb-20 22:55
kalberts18-Feb-20 22:55 
GeneralRe: 2 Dim arrays in Java Pin
dandy7218-Feb-20 5:50
dandy7218-Feb-20 5:50 
GeneralRe: 2 Dim arrays in Java Pin
harold aptroot18-Feb-20 4:03
harold aptroot18-Feb-20 4:03 
GeneralRe: 2 Dim arrays in Java Pin
PIEBALDconsult18-Feb-20 8:37
mvePIEBALDconsult18-Feb-20 8:37 
GeneralRe: 2 Dim arrays in Java Pin
Mark_Wallace18-Feb-20 9:26
Mark_Wallace18-Feb-20 9:26 
GeneralRe: 2 Dim arrays in Java Pin
Nand3218-Feb-20 18:27
Nand3218-Feb-20 18:27 
GeneralRe: 2 Dim arrays in Java Pin
kalberts19-Feb-20 0:58
kalberts19-Feb-20 0:58 
Maybe because they knew of other languages than C/C++ Smile | :)

On the serious side: Newly educated Masters of today know "nothing" about langugages that are not of "the C class". If you show them something like APL, they look upon it like something from a fantasy world, cannot fathom how you can solve a problem in such a language.

Or a little closer to the C class: If you show them that in Pascal, you need not enclose conditions in parentheses, you can test "if x > 5" like we would write it in ordinary prose text; they as surprised how you can know that it is a condition when it is not parenthesized. "The standard model" uses parentheses.

"The standard model" prescibes that array indexes run from zero, and are integers. You show them a Pascal array summerMonths: array[may..august], and they worry about element zero of the array, where is that in all of this.

"The standard model" says that characters and enums "really" are integers, noting else. So a language that doesn't let you divide 'B' by 2 to get an exclamation mark, or multiply february with 3 to get april, breaks with the standard model.

Show them CHILL where you need not pre-announce that there is an exception handler. But "the standard model" requires a "try" and enclosing the block in braces! How can you know the scope of the exception handler? The 'block' to which it is attached? But isn't that what the braces do, delimit the block, so how can you avoid the braces?

And so on. 'The standard model', also known as 'C', is what young programmers know today. They believe that when they know both K&R C, C++20, Pyton and Javascript, then they know all the languages of the world. Or at least all the valuable ones. The rest is only for cases where you need one more credit point for this quarter and must choose between 101 Introduction to Japanese or 101 Introduction to SNOBOL. You don't need either, you will never be using either. The Real Thing is the C class languages.
GeneralRe: 2 Dim arrays in Java Pin
Nand3219-Feb-20 3:45
Nand3219-Feb-20 3:45 
GeneralRe: 2 Dim arrays in Java Pin
kalberts19-Feb-20 4:43
kalberts19-Feb-20 4:43 
GeneralRe: 2 Dim arrays in Java Pin
PIEBALDconsult20-Feb-20 8:47
mvePIEBALDconsult20-Feb-20 8:47 
GeneralRe: 2 Dim arrays in Java Pin
Nand3221-Feb-20 19:07
Nand3221-Feb-20 19:07 
QuestionLeaving work at the doorstep... Pin
Marc Clifton18-Feb-20 3:08
mvaMarc Clifton18-Feb-20 3:08 
AnswerRe: Leaving work at the doorstep... Pin
Dan Neely18-Feb-20 3:14
Dan Neely18-Feb-20 3:14 
AnswerRe: Leaving work at the doorstep... Pin
MarkTJohnson18-Feb-20 3:24
professionalMarkTJohnson18-Feb-20 3:24 
AnswerRe: Leaving work at the doorstep... Pin
Kornfeld Eliyahu Peter18-Feb-20 3:54
professionalKornfeld Eliyahu Peter18-Feb-20 3:54 
AnswerRe: Leaving work at the doorstep... Pin
Mike Hankey18-Feb-20 4:06
mveMike Hankey18-Feb-20 4:06 
GeneralRe: Leaving work at the doorstep... Pin
Nelek18-Feb-20 4:09
protectorNelek18-Feb-20 4:09 
GeneralRe: Leaving work at the doorstep... Pin
Marc Clifton18-Feb-20 4:21
mvaMarc Clifton18-Feb-20 4:21 
AnswerRe: Leaving work at the doorstep... Pin
Maximilien18-Feb-20 4:12
Maximilien18-Feb-20 4:12 
AnswerRe: Leaving work at the doorstep... Pin
Jörgen Andersson18-Feb-20 4:14
professionalJörgen Andersson18-Feb-20 4:14 
AnswerRe: Leaving work at the doorstep... Pin
Mark_Wallace18-Feb-20 4:18
Mark_Wallace18-Feb-20 4:18 
GeneralRe: Leaving work at the doorstep... Pin
Marc Clifton18-Feb-20 4:24
mvaMarc Clifton18-Feb-20 4:24 
AnswerRe: Leaving work at the doorstep... Pin
W Balboos, GHB18-Feb-20 5:44
W Balboos, GHB18-Feb-20 5:44 
AnswerRe: Leaving work at the doorstep... Pin
dandy7218-Feb-20 5:47
dandy7218-Feb-20 5:47 

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.