Click here to Skip to main content
15,906,766 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.

 
JokeRe: Serves me right for signing its praises.. Pin
Duncan Edwards Jones20-Jan-17 2:36
professionalDuncan Edwards Jones20-Jan-17 2:36 
GeneralRe: Serves me right for signing its praises.. Pin
den2k8819-Jan-17 22:25
professionalden2k8819-Jan-17 22:25 
GeneralRe: Serves me right for signing its praises.. Pin
Daniel Pfeffer19-Jan-17 23:10
professionalDaniel Pfeffer19-Jan-17 23:10 
GeneralRe: Serves me right for signing its praises.. Pin
Nathan Minier20-Jan-17 1:16
professionalNathan Minier20-Jan-17 1:16 
GeneralRe: Serves me right for signing its praises.. Pin
GenJerDan20-Jan-17 2:09
GenJerDan20-Jan-17 2:09 
GeneralEvolution of "Hello World" PinPopular
virang_2119-Jan-17 15:53
virang_2119-Jan-17 15:53 
GeneralRe: Evolution of "Hello World" Pin
Mike Hankey19-Jan-17 16:04
mveMike Hankey19-Jan-17 16:04 
JokeRe: Evolution of "Hello World" PinPopular
Sander Rossel19-Jan-17 21:25
professionalSander Rossel19-Jan-17 21:25 
This code sucks.
Why aren't you using dependency injection?
I had expected some sort of repository pattern.
Your code that returns "Hello World" should implement an IHelloWorld interface.
You probably want to make a base class as well so implementers have something to go with out of the box.
I don't see any unit tests, so how do you know this works?
Also, where is the documentation? No programmer is ever going to understand what you wrote. Because you do everyone should, right?
And do you have a build server?
We want to make sure our code is validated as soon as it's put into source control.
You need it all, unit tests, database tests, UI tests, API tests, pen tests, integration tests, static code analyzers and, of course, automatic deployment.

Please read a book before you post some quick and dirty code in here Smile | :)

GeneralRe: Evolution of "Hello World" Pin
megaadam19-Jan-17 21:41
professionalmegaadam19-Jan-17 21:41 
GeneralRe: Evolution of "Hello World" Pin
Dominic Burford19-Jan-17 22:06
professionalDominic Burford19-Jan-17 22:06 
GeneralRe: Evolution of "Hello World" Pin
Ravi Bhavnani19-Jan-17 22:21
professionalRavi Bhavnani19-Jan-17 22:21 
PraiseRe: Evolution of "Hello World" Pin
User 1106097919-Jan-17 22:38
User 1106097919-Jan-17 22:38 
GeneralRe: Evolution of "Hello World" Pin
PeejayAdams19-Jan-17 22:38
PeejayAdams19-Jan-17 22:38 
GeneralRe: Evolution of "Hello World" Pin
Foothill20-Jan-17 3:19
professionalFoothill20-Jan-17 3:19 
GeneralRe: Evolution of "Hello World" Pin
PeejayAdams20-Jan-17 3:46
PeejayAdams20-Jan-17 3:46 
GeneralRe: Evolution of "Hello World" Pin
Marc Clifton20-Jan-17 1:56
mvaMarc Clifton20-Jan-17 1:56 
GeneralRe: Evolution of "Hello World" Pin
Sander Rossel20-Jan-17 1:59
professionalSander Rossel20-Jan-17 1:59 
GeneralRe: Evolution of "Hello World" Pin
Mark_Wallace20-Jan-17 2:26
Mark_Wallace20-Jan-17 2:26 
GeneralRe: Evolution of "Hello World" Pin
virang_2120-Jan-17 11:49
virang_2120-Jan-17 11:49 
GeneralRe: Evolution of "Hello World" Pin
Sander Rossel20-Jan-17 12:37
professionalSander Rossel20-Jan-17 12:37 
GeneralRe: Evolution of "Hello World" Pin
Dominic Burford19-Jan-17 22:05
professionalDominic Burford19-Jan-17 22:05 
GeneralRe: Evolution of "Hello World" Pin
OriginalGriff19-Jan-17 22:43
mveOriginalGriff19-Jan-17 22:43 
GeneralRe: Evolution of "Hello World" Pin
Daniel Pfeffer20-Jan-17 0:03
professionalDaniel Pfeffer20-Jan-17 0:03 
GeneralRe: Evolution of "Hello World" Pin
OriginalGriff20-Jan-17 0:07
mveOriginalGriff20-Jan-17 0:07 
GeneralRe: Evolution of "Hello World" Pin
virang_2120-Jan-17 10:56
virang_2120-Jan-17 10:56 

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.