Click here to Skip to main content
15,909,953 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: 'you' in history Pin
Eddy Vluggen14-Jul-17 5:49
professionalEddy Vluggen14-Jul-17 5:49 
GeneralRe: 'you' in history Pin
Ron Anders14-Jul-17 2:45
Ron Anders14-Jul-17 2:45 
GeneralRe: 'you' in history Pin
kmoorevs14-Jul-17 4:11
kmoorevs14-Jul-17 4:11 
GeneralRe: 'you' in history Pin
dandy7214-Jul-17 4:46
dandy7214-Jul-17 4:46 
GeneralRe: 'you' in history Pin
dandy7214-Jul-17 4:33
dandy7214-Jul-17 4:33 
GeneralRe: 'you' in history Pin
BillWoodruff14-Jul-17 7:28
professionalBillWoodruff14-Jul-17 7:28 
GeneralYou don't need to make this $%^& up! Pin
CodeWraith13-Jul-17 19:43
CodeWraith13-Jul-17 19:43 
GeneralRe: You don't need to make this $%^& up! Pin
Sander Rossel13-Jul-17 21:48
professionalSander Rossel13-Jul-17 21:48 
It sometimes seems as though 4 in about 5 developers lack effective intelligence to write code resembling a program.
Friggin' 1000 line functions are NOT acceptable in an object-oriented programming language (or probably any language for that matter).
Having a helper class, instantiated with DI, with one line of code to create some object through DI that could already have been created using DI is NOT proper design, it's just stupid and completely unnecessary.
Speaking of DI, MEF is not a DI library.
Also, a hash isn't some randomly generated key.
"Not doing software architecture because it's not for us" is not how it works.
Creating a unit test that only checks if an exception is thrown because some third party component is unavailable and cannot be mocked is not a good unit test.
Also, a unit test that tests whether int.Parse really parses a string to an int is not a good unit test (why the hell are you testing .NET!? If that test fails you've got bigger problems than that failing test!).

Unfortunately, I could go on for quite some time Sigh | :sigh:

GeneralRe: You don't need to make this $%^& up! Pin
CodeWraith13-Jul-17 22:26
CodeWraith13-Jul-17 22:26 
GeneralRe: You don't need to make this $%^& up! Pin
Sander Rossel14-Jul-17 1:07
professionalSander Rossel14-Jul-17 1:07 
JokeRe: You don't need to make this $%^& up! Pin
Richard Deeming14-Jul-17 1:22
mveRichard Deeming14-Jul-17 1:22 
GeneralRe: You don't need to make this $%^& up! Pin
Sander Rossel14-Jul-17 5:38
professionalSander Rossel14-Jul-17 5:38 
GeneralRe: You don't need to make this $%^& up! Pin
Marc Clifton14-Jul-17 3:03
mvaMarc Clifton14-Jul-17 3:03 
GeneralRe: You don't need to make this $%^& up! Pin
Sander Rossel14-Jul-17 6:14
professionalSander Rossel14-Jul-17 6:14 
GeneralRe: You don't need to make this $%^& up! Pin
Marc Clifton14-Jul-17 3:06
mvaMarc Clifton14-Jul-17 3:06 
GeneralRe: You don't need to make this $%^& up! Pin
Richard Deeming14-Jul-17 5:50
mveRichard Deeming14-Jul-17 5:50 
GeneralYou can't make this $%^& up! Pin
Ron Anders13-Jul-17 16:47
Ron Anders13-Jul-17 16:47 
GeneralRe: You can't make this $%^& up! Pin
Peter_in_278013-Jul-17 18:15
professionalPeter_in_278013-Jul-17 18:15 
GeneralCodeproject created the hashtag Pin
JoeSox13-Jul-17 10:19
JoeSox13-Jul-17 10:19 
GeneralRe: Codeproject created the hashtag Pin
Chris Losinger13-Jul-17 11:37
professionalChris Losinger13-Jul-17 11:37 
GeneralRe: Codeproject created the hashtag Pin
Jeremy Falcon13-Jul-17 12:07
professionalJeremy Falcon13-Jul-17 12:07 
GeneralRe: Codeproject created the hashtag Pin
Keith Barrow13-Jul-17 22:21
professionalKeith Barrow13-Jul-17 22:21 
GeneralRe: Codeproject created the hashtag Pin
JoeSox13-Jul-17 12:09
JoeSox13-Jul-17 12:09 
GeneralRe: Codeproject created the hashtag Pin
Jeremy Falcon13-Jul-17 12:15
professionalJeremy Falcon13-Jul-17 12:15 
GeneralRe: Codeproject created the hashtag Pin
Jon McKee13-Jul-17 17:29
professionalJon McKee13-Jul-17 17:29 

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.