Click here to Skip to main content
15,891,431 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: Developers Who Test (and Don't) Pin
raddevus5-Jan-17 5:10
mvaraddevus5-Jan-17 5:10 
GeneralRe: Developers Who Test (and Don't) Pin
R. Giskard Reventlov5-Jan-17 5:16
R. Giskard Reventlov5-Jan-17 5:16 
GeneralRe: Developers Who Test (and Don't) Pin
Mycroft Holmes5-Jan-17 20:42
professionalMycroft Holmes5-Jan-17 20:42 
GeneralRe: Developers Who Test (and Don't) Pin
raddevus6-Jan-17 2:05
mvaraddevus6-Jan-17 2:05 
GeneralRe: Developers Who Test (and Don't) Pin
Johnny J.5-Jan-17 5:38
professionalJohnny J.5-Jan-17 5:38 
GeneralRe: Developers Who Test (and Don't) Pin
Dominic Burford5-Jan-17 6:43
professionalDominic Burford5-Jan-17 6:43 
GeneralRe: Developers Who Test (and Don't) Pin
raddevus5-Jan-17 7:53
mvaraddevus5-Jan-17 7:53 
GeneralRe: Developers Who Test (and Don't) Pin
Dominic Burford5-Jan-17 21:22
professionalDominic Burford5-Jan-17 21:22 
I find unit tests helpful when initially developing some new functionality, as they allow me to focus on the new functionality and getting that working in isolation. Then I can look at integrating the new functionality when I know it works. And definitely agree with your point about regression testing. I think this is possibly the single most powerful reason to use them. If I make a change to the code, I want to be sure I have changed all the affected areas, and breaking unit tests gives me exactly that.
"There are two ways of constructing a software design: One way is to make it so simple that there are obviously no deficiencies, and the other way is to make it so complicated that there are no obvious deficiencies. The first method is far more difficult." - C.A.R. Hoare

Home | LinkedIn | Google+ | Twitter

GeneralRe: Developers Who Test (and Don't) Pin
Ralph Little6-Jan-17 6:20
Ralph Little6-Jan-17 6:20 
GeneralRe: Developers Who Test (and Don't) Pin
Herbie Mountjoy5-Jan-17 22:12
professionalHerbie Mountjoy5-Jan-17 22:12 
GeneralRe: Developers Who Test (and Don't) Pin
CDP18025-Jan-17 6:31
CDP18025-Jan-17 6:31 
GeneralRe: Developers Who Test (and Don't) Pin
raddevus5-Jan-17 8:40
mvaraddevus5-Jan-17 8:40 
GeneralRe: Developers Who Test (and Don't) Pin
Mohibur Rashid5-Jan-17 23:00
professionalMohibur Rashid5-Jan-17 23:00 
GeneralRe: Developers Who Test (and Don't) Pin
KarstenK5-Jan-17 6:51
mveKarstenK5-Jan-17 6:51 
GeneralRe: Developers Who Test (and Don't) Pin
raddevus5-Jan-17 8:44
mvaraddevus5-Jan-17 8:44 
GeneralRe: Developers Who Test (and Don't) Pin
Tom Deketelaere5-Jan-17 7:25
professionalTom Deketelaere5-Jan-17 7:25 
GeneralRe: Developers Who Test (and Don't) Pin
raddevus5-Jan-17 8:43
mvaraddevus5-Jan-17 8:43 
GeneralRe: Developers Who Test (and Don't) Pin
Mohibur Rashid5-Jan-17 23:01
professionalMohibur Rashid5-Jan-17 23:01 
GeneralRe: Developers Who Test (and Don't) Pin
Mark_Wallace5-Jan-17 9:12
Mark_Wallace5-Jan-17 9:12 
GeneralRe: Developers Who Test (and Don't) Pin
raddevus5-Jan-17 9:23
mvaraddevus5-Jan-17 9:23 
GeneralRe: Developers Who Test (and Don't) Pin
dazfuller5-Jan-17 21:23
dazfuller5-Jan-17 21:23 
GeneralRe: Developers Who Test (and Don't) Pin
W Balboos, GHB6-Jan-17 0:48
W Balboos, GHB6-Jan-17 0:48 
GeneralRe: Developers Who Test (and Don't) Pin
raddevus6-Jan-17 2:11
mvaraddevus6-Jan-17 2:11 
GeneralRe: Developers Who Test (and Don't) Pin
DodgyCode6-Jan-17 0:52
DodgyCode6-Jan-17 0:52 
GeneralRe: Developers Who Test (and Don't) Pin
raddevus6-Jan-17 2:13
mvaraddevus6-Jan-17 2:13 

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.