Click here to Skip to main content
15,898,134 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: Time for a new programming language paradigm Pin
Luca Zenari22-May-14 4:13
Luca Zenari22-May-14 4:13 
GeneralRe: Time for a new programming language paradigm Pin
Member 1083471422-May-14 5:49
Member 1083471422-May-14 5:49 
GeneralRe: Time for a new programming language paradigm Pin
Freak3023-May-14 2:40
Freak3023-May-14 2:40 
GeneralRe: Time for a new programming language paradigm Pin
Steven121822-May-14 7:03
professionalSteven121822-May-14 7:03 
GeneralRe: Time for a new programming language paradigm Pin
Steven121822-May-14 7:05
professionalSteven121822-May-14 7:05 
GeneralRe: Time for a new programming language paradigm Pin
Fred McGalliard22-May-14 12:07
Fred McGalliard22-May-14 12:07 
GeneralI was a TA in college PinPopular
Ennis Ray Lynch, Jr.21-May-14 5:46
Ennis Ray Lynch, Jr.21-May-14 5:46 
GeneralRe: I was a TA in college Pin
rjmoses21-May-14 6:20
professionalrjmoses21-May-14 6:20 
Ennis Ray Lynch, Jr. wrote:
Plus, in my opinion, the ability to see on screen without scrolling the maximum amount of logic is paramount in writing good systems. The eyes move orders of magnitude faster than scrolling. I have seen some beautifully written, well documented code that was nearly impossible to trouble shoot for all the novel in the code.


I have seen all too much code that took most the screen to display a simple concept. E.g.,

if ( a = b )
{
c = d;
}
else
{
if ( p == q )
q = r;
};


This coder use spacing to up his LOC/day count. Comprehension....well...that leaves a lot to be desired.

And I agree about beautifully written code. I saw a 1000 character program written in one line with no white space. Couldn't begin to understand what it was doing.

Ennis Ray Lynch, Jr. wrote:
So I had a lot of practice spotting poorly placed operators. I would much rather spend one day every other year looking for a misplaced semi-colon than spend the time adding verbosity.


If there is time, and no pressure, a misplaced semi-colon isn't a problem. But, add pressure, such as commodities trading, and you have 2 minutes to find and fix the bug, well....pass the Maalox please.
GeneralRe: I was a TA in college Pin
BobJanova21-May-14 6:52
BobJanova21-May-14 6:52 
GeneralRe: I was a TA in college Pin
snorkie21-May-14 9:25
professionalsnorkie21-May-14 9:25 
GeneralRe: I was a TA in college Pin
Stefan_Lang21-May-14 21:48
Stefan_Lang21-May-14 21:48 
GeneralRe: Time for a new programming language paradigm Pin
Eddy Vluggen21-May-14 5:50
professionalEddy Vluggen21-May-14 5:50 
GeneralRe: Time for a new programming language paradigm Pin
rjmoses21-May-14 6:27
professionalrjmoses21-May-14 6:27 
GeneralRe: Time for a new programming language paradigm Pin
Eddy Vluggen22-May-14 9:29
professionalEddy Vluggen22-May-14 9:29 
GeneralRe: Time for a new programming language paradigm Pin
PIEBALDconsult21-May-14 9:32
mvePIEBALDconsult21-May-14 9:32 
GeneralRe: Time for a new programming language paradigm Pin
kalberts21-May-14 22:00
kalberts21-May-14 22:00 
GeneralRe: Time for a new programming language paradigm Pin
kalberts21-May-14 22:31
kalberts21-May-14 22:31 
GeneralRe: Time for a new programming language paradigm Pin
PIEBALDconsult21-May-14 6:27
mvePIEBALDconsult21-May-14 6:27 
GeneralRe: Time for a new programming language paradigm Pin
kalberts21-May-14 21:59
kalberts21-May-14 21:59 
GeneralRe: Time for a new programming language paradigm Pin
snorkie21-May-14 7:50
professionalsnorkie21-May-14 7:50 
GeneralRe: Time for a new programming language paradigm Pin
PIEBALDconsult21-May-14 8:31
mvePIEBALDconsult21-May-14 8:31 
GeneralRe: Time for a new programming language paradigm Pin
snorkie21-May-14 9:22
professionalsnorkie21-May-14 9:22 
GeneralRe: Time for a new programming language paradigm Pin
PIEBALDconsult21-May-14 9:43
mvePIEBALDconsult21-May-14 9:43 
GeneralRe: Time for a new programming language paradigm Pin
Stefan_Lang21-May-14 21:30
Stefan_Lang21-May-14 21:30 
GeneralRe: Time for a new programming language paradigm Pin
rjmoses22-May-14 6:54
professionalrjmoses22-May-14 6:54 

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.


Straw Poll

Were you affected by the geomagnetic storms this past weekend?
Communication disruptions, electrified pipes, random unexplained blue-screens in Windows - the list of effects is terrifying.
  Results   387 votes