Click here to Skip to main content
15,893,487 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:43
mveOriginalGriff16-Jan-19 22:43 
GeneralRe: WSO CCC OTD 2019-01-17 - we have a winner! Pin
GKP199216-Jan-19 22:46
professionalGKP199216-Jan-19 22:46 
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 
we have a lot of class where all properties are readonly and have constructor with 40+ parameters to initialize those said properties.

And, in the unit test code with have code like
C#
public static T EmptyConstructor<T>()
{
    return Newtonsoft.Json.JsonConvert.DeserializeObject<T>("{}");
}

This is the kind of typical web developer code that make me sick to just look at it.
Where do web developers learn to code?
That seems to be fairly typical practice for web developer to do that, but it makes me want to vomit! Cry | :(( OMG | :OMG: Unsure | :~
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: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 
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 

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.