Click here to Skip to main content
15,891,529 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: Noisy kids Pin
Mark Parity15-Jun-15 3:48
Mark Parity15-Jun-15 3:48 
GeneralRe: Noisy kids Pin
GuyThiebaut15-Jun-15 4:07
professionalGuyThiebaut15-Jun-15 4:07 
GeneralRe: Noisy kids Pin
Michael Martin15-Jun-15 4:17
professionalMichael Martin15-Jun-15 4:17 
GeneralRe: Noisy kids Pin
P0mpeyBoy15-Jun-15 4:19
P0mpeyBoy15-Jun-15 4:19 
GeneralRe: Noisy kids Pin
Michael Martin15-Jun-15 5:01
professionalMichael Martin15-Jun-15 5:01 
GeneralRe: Noisy kids Pin
Amarnath S15-Jun-15 4:48
professionalAmarnath S15-Jun-15 4:48 
GeneralRe: Noisy kids Pin
Kyle Moyer16-Jun-15 8:17
Kyle Moyer16-Jun-15 8:17 
GeneralOld fashioned? Pin
HobbyProggy15-Jun-15 2:53
professionalHobbyProggy15-Jun-15 2:53 
Hey mates,

lately i got presented some Design-By-Contract programming stuff which sounded not that awefull. So i thought i check it out and gained some info about Spec#. Sadly this seems a little older than i thought, but i wanted to give it a go and try it out. Then i found out the .NET Framework has Contracts within, so no need for Spec# anymore?

Currently i don't really get it, is this all only for static code analysis? Has anybody tried it out and can recommend it or is it just a timewaster?
if(this.signature != "")
{
    MessageBox.Show("This is my signature: " + Environment.NewLine + signature);
}
else
{
    MessageBox.Show("404-Signature not found");
}

GeneralRe: Old fashioned? Pin
Pete O'Hanlon15-Jun-15 3:15
mvePete O'Hanlon15-Jun-15 3:15 
GeneralRe: Old fashioned? Pin
Nagy Vilmos15-Jun-15 3:29
professionalNagy Vilmos15-Jun-15 3:29 
GeneralRe: Old fashioned? Pin
HobbyProggy15-Jun-15 3:55
professionalHobbyProggy15-Jun-15 3:55 
JokeRe: Old fashioned? Pin
Shelby Robertson 15-Jun-15 5:11
Shelby Robertson 15-Jun-15 5:11 
GeneralRe: Old fashioned? Pin
HobbyProggy15-Jun-15 20:34
professionalHobbyProggy15-Jun-15 20:34 
QuestionRethink strategy? Or try again? Pin
Clark Kent12315-Jun-15 2:24
professionalClark Kent12315-Jun-15 2:24 
AnswerRe: Rethink strategy? Or try again? Pin
ZurdoDev15-Jun-15 2:29
professionalZurdoDev15-Jun-15 2:29 
GeneralRe: Rethink strategy? Or try again? Pin
Clark Kent12315-Jun-15 2:53
professionalClark Kent12315-Jun-15 2:53 
GeneralRe: Rethink strategy? Or try again? Pin
Member 1168325115-Jun-15 3:34
Member 1168325115-Jun-15 3:34 
GeneralRe: Rethink strategy? Or try again? Pin
ZurdoDev15-Jun-15 3:50
professionalZurdoDev15-Jun-15 3:50 
AnswerRe: Rethink strategy? Or try again? PinPopular
rnbergren15-Jun-15 2:49
rnbergren15-Jun-15 2:49 
GeneralRe: Rethink strategy? Or try again? Pin
Clark Kent12315-Jun-15 3:06
professionalClark Kent12315-Jun-15 3:06 
GeneralRe: Rethink strategy? Or try again? Pin
GStrad15-Jun-15 22:14
professionalGStrad15-Jun-15 22:14 
AnswerRe: Rethink strategy? Or try again? Pin
Amarnath S15-Jun-15 4:54
professionalAmarnath S15-Jun-15 4:54 
GeneralRe: Rethink strategy? Or try again? Pin
Clark Kent12315-Jun-15 7:02
professionalClark Kent12315-Jun-15 7:02 
AnswerRe: Rethink strategy? Or try again? Pin
R. Giskard Reventlov15-Jun-15 5:16
R. Giskard Reventlov15-Jun-15 5:16 
GeneralRe: Rethink strategy? Or try again? Pin
Clark Kent12315-Jun-15 6:51
professionalClark Kent12315-Jun-15 6:51 

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.