Click here to Skip to main content
15,887,683 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: Favorite way to categorize programming languages? Pin
PIEBALDconsult11-Feb-22 9:33
mvePIEBALDconsult11-Feb-22 9:33 
JokeRe: Favorite way to categorize programming languages? Pin
trønderen11-Feb-22 10:32
trønderen11-Feb-22 10:32 
GeneralRe: Favorite way to categorize programming languages? Pin
OriginalGriff11-Feb-22 9:50
mveOriginalGriff11-Feb-22 9:50 
GeneralRe: Favorite way to categorize programming languages? Pin
Jon McKee11-Feb-22 10:35
professionalJon McKee11-Feb-22 10:35 
GeneralRe: Favorite way to categorize programming languages? Pin
trønderen11-Feb-22 10:59
trønderen11-Feb-22 10:59 
GeneralRe: Favorite way to categorize programming languages? Pin
Jon McKee11-Feb-22 12:37
professionalJon McKee11-Feb-22 12:37 
GeneralRe: Favorite way to categorize programming languages? Pin
trønderen11-Feb-22 15:26
trønderen11-Feb-22 15:26 
GeneralRe: Favorite way to categorize programming languages? Pin
Memtha12-Feb-22 9:14
Memtha12-Feb-22 9:14 
Agreed that strongly-typed is very important. Example: I semi-recently had to debug a C# method that had not been touched in 3+ years. The return type was expando. There were 6 returns. One of them was missing a property. It took 3 years to run into a niche case in prod where that return was hit. If C# was used correctly, strongly typed, it would have been a compiler error 3 years ago and no problem in prod. It took 2 days to find because the line number that attempted to access the missing property was in another part of the app completely; the function that called the expando-method turned the result to json and stuck it in the db for later retrieval by the method that would eventually fail, on a monstrous line that should have been 20 different lines and the error was an unhelpful null reference that could have been any property. Which is also why I try to avoid the fluffy shortcuts like anonymous methods and types.

GeneralRe: Favorite way to categorize programming languages? Pin
englebart12-Feb-22 17:09
professionalenglebart12-Feb-22 17:09 
GeneralRe: Favorite way to categorize programming languages? Pin
Memtha11-Feb-22 17:23
Memtha11-Feb-22 17:23 
GeneralRe: Favorite way to categorize programming languages? Pin
Chris Schaller14-Feb-22 11:06
professionalChris Schaller14-Feb-22 11:06 
GeneralRe: Favorite way to categorize programming languages? Pin
trønderen14-Feb-22 12:27
trønderen14-Feb-22 12:27 
GeneralRe: Favorite way to categorize programming languages? Pin
Memtha14-Feb-22 12:51
Memtha14-Feb-22 12:51 
GeneralRe: Favorite way to categorize programming languages? Pin
James Lonero17-Feb-22 7:46
James Lonero17-Feb-22 7:46 
GeneralRe: Favorite way to categorize programming languages? Pin
atali14-Feb-22 16:24
atali14-Feb-22 16:24 
RantRe: Favorite way to categorize programming languages? Pin
Memtha14-Feb-22 16:58
Memtha14-Feb-22 16:58 
GeneralRe: Favorite way to categorize programming languages? Pin
obermd14-Feb-22 6:20
obermd14-Feb-22 6:20 
GeneralRe: Favorite way to categorize programming languages? Pin
Mike Hankey11-Feb-22 10:37
mveMike Hankey11-Feb-22 10:37 
GeneralRe: Favorite way to categorize programming languages? Pin
trønderen11-Feb-22 15:08
trønderen11-Feb-22 15:08 
GeneralRe: Favorite way to categorize programming languages? Pin
Memtha11-Feb-22 17:35
Memtha11-Feb-22 17:35 
GeneralRe: Favorite way to categorize programming languages? Pin
trønderen12-Feb-22 4:09
trønderen12-Feb-22 4:09 
GeneralRe: Favorite way to categorize programming languages? Pin
Memtha12-Feb-22 9:07
Memtha12-Feb-22 9:07 
GeneralRe: Favorite way to categorize programming languages? Pin
englebart12-Feb-22 17:39
professionalenglebart12-Feb-22 17:39 
GeneralRe: Favorite way to categorize programming languages? Pin
trønderen13-Feb-22 6:11
trønderen13-Feb-22 6:11 
GeneralRe: Favorite way to categorize programming languages? Pin
Myron Dombrowski14-Feb-22 3:32
Myron Dombrowski14-Feb-22 3:32 

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.