Click here to Skip to main content
15,881,803 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: Project Suggestion Pin
T Edwards3-Aug-22 6:00
T Edwards3-Aug-22 6:00 
GeneralRe: Project Suggestion Pin
Choroid2-Aug-22 5:55
Choroid2-Aug-22 5:55 
GeneralRe: Project Suggestion Pin
Paul Sanders (the other one)1-Aug-22 21:29
Paul Sanders (the other one)1-Aug-22 21:29 
GeneralRe: Project Suggestion Pin
MSBassSinger2-Aug-22 3:51
professionalMSBassSinger2-Aug-22 3:51 
GeneralRe: Project Suggestion Pin
Paul Sanders (the other one)2-Aug-22 5:17
Paul Sanders (the other one)2-Aug-22 5:17 
GeneralRe: Project Suggestion Pin
MSBassSinger2-Aug-22 6:03
professionalMSBassSinger2-Aug-22 6:03 
GeneralRe: Project Suggestion Pin
Paul Sanders (the other one)2-Aug-22 8:55
Paul Sanders (the other one)2-Aug-22 8:55 
GeneralRe: Project Suggestion Pin
MSBassSinger2-Aug-22 9:34
professionalMSBassSinger2-Aug-22 9:34 
I program in C#, and have the past 20 years. Occasionally I have to do some maintenance or conversion on VB6 or VB.NET code.

But coming from languages like FORTRAN, COBOL, Clipper, and VB6, having to go backwards to fool with curly brackets and semicolons simply added incrementally to coding time. Fortunately, the VS IDE (copied from the VB6 IDE) had enough help for me to catch the syntax errors from a missing bracket or semicolon, rather than catch it at compile time.

Curly brackets and semicolons are a legacy from an ancient time when RAM was minimal, processors were slow, and such characters were used so the compiler did not have to infer lines and code blocks, which would have made compile time much longer. They provide no real value today, and haven’t for decades, but they do add to the comfort level for C++ and Java programmers working in .NET.
GeneralRe: Project Suggestion Pin
Paul Sanders (the other one)3-Aug-22 0:18
Paul Sanders (the other one)3-Aug-22 0:18 
GeneralRe: Project Suggestion Pin
MSBassSinger3-Aug-22 1:59
professionalMSBassSinger3-Aug-22 1:59 
GeneralRe: Project Suggestion Pin
Paul Sanders (the other one)3-Aug-22 2:11
Paul Sanders (the other one)3-Aug-22 2:11 
GeneralRe: Project Suggestion Pin
MSBassSinger3-Aug-22 2:50
professionalMSBassSinger3-Aug-22 2:50 
GeneralRe: Project Suggestion Pin
Paul Sanders (the other one)3-Aug-22 3:04
Paul Sanders (the other one)3-Aug-22 3:04 
GeneralRe: Project Suggestion Pin
maze31-Aug-22 23:16
professionalmaze31-Aug-22 23:16 
GeneralRe: Project Suggestion Pin
MikeCO102-Aug-22 2:47
MikeCO102-Aug-22 2:47 
GeneralRe: Project Suggestion Pin
MSBassSinger2-Aug-22 3:50
professionalMSBassSinger2-Aug-22 3:50 
GeneralRe: Project Suggestion Pin
Bruce Patin2-Aug-22 3:53
Bruce Patin2-Aug-22 3:53 
GeneralRe: Project Suggestion Pin
jochance2-Aug-22 4:24
jochance2-Aug-22 4:24 
GeneralRe: Project Suggestion Pin
Kirk 103898212-Aug-22 8:19
Kirk 103898212-Aug-22 8:19 
GeneralRe: Project Suggestion Pin
scott mcnulty 20212-Aug-22 9:18
scott mcnulty 20212-Aug-22 9:18 
GeneralRe: Project Suggestion Pin
scott mcnulty 20212-Aug-22 9:18
scott mcnulty 20212-Aug-22 9:18 
GeneralRe: Project Suggestion Pin
User 4909743-Aug-22 8:48
User 4909743-Aug-22 8:48 
GeneralRe: Project Suggestion Pin
PIEBALDconsult3-Aug-22 8:50
mvePIEBALDconsult3-Aug-22 8:50 
GeneralRe: Project Suggestion Pin
User 4909743-Aug-22 9:14
User 4909743-Aug-22 9:14 
GeneralHave you come across any Unique or Stupid or different books? Pin
thatraja1-Aug-22 3:42
professionalthatraja1-Aug-22 3:42 

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.