Click here to Skip to main content
15,891,184 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: WSO CCC OTD 2019-01-17 - we have a winner! Pin
OriginalGriff16-Jan-19 22:48
mveOriginalGriff16-Jan-19 22:48 
GeneralRe: WSO CCC OTD 2019-01-17 - we have a winner! Pin
GKP199216-Jan-19 23:02
professionalGKP199216-Jan-19 23:02 
GeneralRe: WSO CCC OTD 2019-01-17 Pin
musefan16-Jan-19 22:40
musefan16-Jan-19 22:40 
GeneralRe: WSO CCC OTD 2019-01-17 Pin
musefan16-Jan-19 22:41
musefan16-Jan-19 22:41 
GeneralRe: WSO CCC OTD 2019-01-17 Pin
OriginalGriff16-Jan-19 22:44
mveOriginalGriff16-Jan-19 22:44 
Generalcode that makes me sick ... Pin
Super Lloyd16-Jan-19 14:02
Super Lloyd16-Jan-19 14:02 
GeneralRe: code that makes me sick ... Pin
Rage16-Jan-19 20:24
professionalRage16-Jan-19 20:24 
GeneralRe: code that makes me sick ... Pin
Super Lloyd16-Jan-19 20:41
Super Lloyd16-Jan-19 20:41 
  1. constructor with lots (I mean, 40+ mandatory parameters) is kind of a bad idea (i.e. an endless source of pain)
  2. having all property setter, and the using reflection to call the private setter anyway, or having zillion of mandatory parameters and using reflection tricks to automatically fill them for you is what I would call bad practice and generally cause endless source of perfectly avoidable pain, while providing little concrete benefit (more like, what if benefits)
not too mention such code has bad performance and is hard to understand and modify, quite often.
A new .NET Serializer
All in one Menu-Ribbon Bar
Taking over the world since 1371!

GeneralRe: code that makes me sick ... Pin
Rage16-Jan-19 20:44
professionalRage16-Jan-19 20:44 
GeneralRe: code that makes me sick ... Pin
Dominic Burford16-Jan-19 21:51
professionalDominic Burford16-Jan-19 21:51 
GeneralRe: code that makes me sick ... Pin
RugbyLeague16-Jan-19 23:03
RugbyLeague16-Jan-19 23:03 
GeneralRe: code that makes me sick ... Pin
Dominic Burford17-Jan-19 0:24
professionalDominic Burford17-Jan-19 0:24 
GeneralRe: code that makes me sick ... Pin
stoneyowl217-Jan-19 3:13
stoneyowl217-Jan-19 3:13 
GeneralRe: code that makes me sick ... Pin
RugbyLeague17-Jan-19 4:16
RugbyLeague17-Jan-19 4:16 
GeneralRe: code that makes me sick ... Pin
kalberts17-Jan-19 0:25
kalberts17-Jan-19 0:25 
GeneralRe: code that makes me sick ... Pin
Daniel Pfeffer17-Jan-19 2:45
professionalDaniel Pfeffer17-Jan-19 2:45 
GeneralRe: code that makes me sick ... Pin
kalberts17-Jan-19 3:24
kalberts17-Jan-19 3:24 
GeneralRe: code that makes me sick ... Pin
Daniel Pfeffer17-Jan-19 3:56
professionalDaniel Pfeffer17-Jan-19 3:56 
GeneralRe: code that makes me sick ... Pin
Kornfeld Eliyahu Peter16-Jan-19 21:18
professionalKornfeld Eliyahu Peter16-Jan-19 21:18 
GeneralRe: code that makes me sick ... Pin
den2k8816-Jan-19 21:23
professionalden2k8816-Jan-19 21:23 
GeneralDo you know what happening if there is 5 cm of snow? Pin
Kornfeld Eliyahu Peter16-Jan-19 7:14
professionalKornfeld Eliyahu Peter16-Jan-19 7:14 
GeneralRe: Do you know what happening if there is 5 cm of snow? Pin
Eddy Vluggen16-Jan-19 7:17
professionalEddy Vluggen16-Jan-19 7:17 
GeneralRe: Do you know what happening if there is 5 cm of snow? Pin
kalberts17-Jan-19 0:35
kalberts17-Jan-19 0:35 
QuestionRe: Do you know what happening if there is 5 cm of snow? Pin
Eddy Vluggen17-Jan-19 0:42
professionalEddy Vluggen17-Jan-19 0:42 
AnswerRe: Do you know what happening if there is 5 cm of snow? Pin
kalberts17-Jan-19 0:48
kalberts17-Jan-19 0:48 

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.