Click here to Skip to main content
15,886,199 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
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 
GeneralRe: Favorite way to categorize programming languages? Pin
Rick York11-Feb-22 11:34
mveRick York11-Feb-22 11:34 
GeneralRe: Favorite way to categorize programming languages? Pin
Marc Clifton11-Feb-22 14:10
mvaMarc Clifton11-Feb-22 14:10 
GeneralRe: Favorite way to categorize programming languages? Pin
Memtha11-Feb-22 17:39
Memtha11-Feb-22 17:39 
Agreed with strong-typed and compiled. I personally cannot stand reflection because it tends to loose the benefits of strong-typed because string mangling at runtime can't really be compiler checked. Example: I am presently building (not by choice) a scheduling system that pulls the assembly name, type name and method name from sql, loads the assembly, finds the type and method and runs it. If some bonehead comes along and changes the method signature, no compiler errors will occur but the task will fail at runtime.

Anonymous types and functions (and especially lambda and "properties") are perfect examples of the kind of fluff I despise in C#. It does not take that much longer to make proper named classes and functions, and is much more readable and reusable. The extra time will pay for itself later when I don't have to go to the docs to find the implied return type of my function based on what it is being passed to.

As trønderen wrote above:
Typing should be explicitly visible in the program text, and clearly identified as a type.
"
GeneralRe: Favorite way to categorize programming languages? Pin
honey the codewitch11-Feb-22 22:51
mvahoney the codewitch11-Feb-22 22:51 
GeneralRe: Favorite way to categorize programming languages? Pin
Sander Rossel12-Feb-22 0:00
professionalSander Rossel12-Feb-22 0:00 
GeneralRe: Favorite way to categorize programming languages? Pin
BernardIE531712-Feb-22 7:49
BernardIE531712-Feb-22 7:49 
GeneralRe: Favorite way to categorize programming languages? Pin
Memtha12-Feb-22 9:01
Memtha12-Feb-22 9:01 
GeneralRe: Favorite way to categorize programming languages? Pin
Member 916705713-Feb-22 21:21
Member 916705713-Feb-22 21:21 
GeneralRe: Favorite way to categorize programming languages? Pin
Wizard of Sleeves13-Feb-22 22:47
Wizard of Sleeves13-Feb-22 22:47 
GeneralRe: Favorite way to categorize programming languages? Pin
Cpichols14-Feb-22 1:50
Cpichols14-Feb-22 1:50 
GeneralRe: Favorite way to categorize programming languages? Pin
Myron Dombrowski14-Feb-22 3:30
Myron Dombrowski14-Feb-22 3:30 
GeneralRe: Favorite way to categorize programming languages? Pin
Wasilla Wally14-Feb-22 3:51
Wasilla Wally14-Feb-22 3:51 
GeneralRe: Favorite way to categorize programming languages? Pin
atali14-Feb-22 16:21
atali14-Feb-22 16:21 
GeneralRe: Favorite way to categorize programming languages? Pin
trønderen15-Feb-22 2:56
trønderen15-Feb-22 2:56 
GeneralRe: Favorite way to categorize programming languages? Pin
maze315-Feb-22 4:14
professionalmaze315-Feb-22 4:14 
GeneralRe: Favorite way to categorize programming languages? Pin
Memtha15-Feb-22 5:55
Memtha15-Feb-22 5:55 
GeneralRe: Favorite way to categorize programming languages? Pin
Member 1419238216-Feb-22 13:46
Member 1419238216-Feb-22 13:46 
JokeRe: Favorite way to categorize programming languages? Pin
Memtha16-Feb-22 14:30
Memtha16-Feb-22 14:30 
GeneralRe: Favorite way to categorize programming languages? Pin
Member 1419238216-Feb-22 15:41
Member 1419238216-Feb-22 15:41 
GeneralDo you OneNote? Pin
Gerry Schmitz11-Feb-22 7:26
mveGerry Schmitz11-Feb-22 7:26 

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.