Click here to Skip to main content
15,909,939 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: Visual Code update Pin
Mike Hankey16-Aug-19 5:23
mveMike Hankey16-Aug-19 5:23 
GeneralRe: Visual Code update Pin
PIEBALDconsult16-Aug-19 5:34
mvePIEBALDconsult16-Aug-19 5:34 
GeneralRe: Visual Code update Pin
Mike Hankey16-Aug-19 5:39
mveMike Hankey16-Aug-19 5:39 
GeneralThe importance of naming Pin
chriselst16-Aug-19 0:36
professionalchriselst16-Aug-19 0:36 
GeneralRe: The importance of naming Pin
lopatir16-Aug-19 1:05
lopatir16-Aug-19 1:05 
GeneralRe: The importance of naming Pin
Rage16-Aug-19 1:30
professionalRage16-Aug-19 1:30 
GeneralRe: The importance of naming Pin
RickZeeland16-Aug-19 1:31
mveRickZeeland16-Aug-19 1:31 
GeneralRe: The importance of naming Pin
Sander Rossel16-Aug-19 2:07
professionalSander Rossel16-Aug-19 2:07 
Naming is everything!
I recently helped someone with a piece of code.
He just created a database table that day, orderdates or something like that, and needed to fill it with product ids.
So my code goes like:
C#
var dates = context.orderdates.Where(...); // Actually it was VB, but I will spare you all and make a rough translation.
He goes "well, actually they're not dates, but orders..."
Alright, unexpected, but I change var dates to var orders.
Then, an orderdate should have an orderlinenr, so I ask him if with orderlinenr he meant indexnr because I didn't have any other properties besides productnr and subproductnr.
He "thought" they were, but he wasn't completely sure.
He created that table just that afternoon, but his own naming confused even him after only a few hours D'Oh! | :doh:
His best programming buddy keeps variables in hidden text boxes on forms Dead | X|

The scary part is that this guy has always delivered working software (but woe the poor sod who has to update or maintain it) within budget, where others ("professional" companies) have failed to deliver completely even when going far above budget WTF | :WTF:

GeneralWTF VS2019!? Pin
Sander Rossel15-Aug-19 23:56
professionalSander Rossel15-Aug-19 23:56 
GeneralRe: WTF VS2019!? Pin
Jacquers16-Aug-19 0:00
Jacquers16-Aug-19 0:00 
GeneralRe: WTF VS2019!? Pin
Sander Rossel16-Aug-19 0:04
professionalSander Rossel16-Aug-19 0:04 
GeneralRe: WTF VS2019!? Pin
OriginalGriff16-Aug-19 0:01
mveOriginalGriff16-Aug-19 0:01 
GeneralRe: WTF VS2019!? Pin
Sander Rossel16-Aug-19 1:51
professionalSander Rossel16-Aug-19 1:51 
GeneralRe: WTF VS2019!? Pin
abmv16-Aug-19 0:52
professionalabmv16-Aug-19 0:52 
GeneralRe: WTF VS2019!? Pin
Sander Rossel16-Aug-19 1:50
professionalSander Rossel16-Aug-19 1:50 
GeneralRe: WTF VS2019!? Pin
abmv16-Aug-19 2:04
professionalabmv16-Aug-19 2:04 
GeneralRe: WTF VS2019!? Pin
Sander Rossel16-Aug-19 3:00
professionalSander Rossel16-Aug-19 3:00 
GeneralRe: WTF VS2019!? Pin
dandy7216-Aug-19 5:22
dandy7216-Aug-19 5:22 
GeneralRe: WTF VS2019!? Pin
ZurdoDev16-Aug-19 1:18
professionalZurdoDev16-Aug-19 1:18 
GeneralRe: WTF VS2019!? Pin
Sander Rossel16-Aug-19 1:49
professionalSander Rossel16-Aug-19 1:49 
GeneralRe: WTF VS2019!? Pin
dandy7216-Aug-19 5:24
dandy7216-Aug-19 5:24 
GeneralRe: WTF VS2019!? Pin
Benktesh Sharma16-Aug-19 2:06
Benktesh Sharma16-Aug-19 2:06 
GeneralRe: WTF VS2019!? Pin
Marc Clifton16-Aug-19 3:51
mvaMarc Clifton16-Aug-19 3:51 
GeneralRe: WTF VS2019!? Pin
Sander Rossel16-Aug-19 4:05
professionalSander Rossel16-Aug-19 4:05 
GeneralMovie Quote of The Day Pin
glennPattonWork315-Aug-19 22:58
professionalglennPattonWork315-Aug-19 22:58 

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.