Click here to Skip to main content
15,891,184 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: Unit Testing... yay or nay? Pin
Mike Hankey20-Apr-24 7:26
mveMike Hankey20-Apr-24 7:26 
PraiseRe: Unit Testing... yay or nay? Pin
Jeremy Falcon20-Apr-24 7:28
professionalJeremy Falcon20-Apr-24 7:28 
GeneralRe: Unit Testing... yay or nay? Pin
Mike Hankey20-Apr-24 7:30
mveMike Hankey20-Apr-24 7:30 
AnswerRe: Unit Testing... yay or nay? Pin
Mircea Neacsu20-Apr-24 6:53
Mircea Neacsu20-Apr-24 6:53 
GeneralRe: Unit Testing... yay or nay? Pin
Jeremy Falcon20-Apr-24 7:20
professionalJeremy Falcon20-Apr-24 7:20 
GeneralRe: Unit Testing... yay or nay? Pin
Mircea Neacsu20-Apr-24 7:29
Mircea Neacsu20-Apr-24 7:29 
AnswerRe: Unit Testing... yay or nay? Pin
PJ Arends20-Apr-24 6:54
professionalPJ Arends20-Apr-24 6:54 
GeneralRe: Unit Testing... yay or nay? Pin
Jeremy Falcon20-Apr-24 7:27
professionalJeremy Falcon20-Apr-24 7:27 
Sup sup PJ, long time no type.
PJ Arends wrote:
I just have the feeling that if you unit test then you end up writing the code to the test.
100%. Unit testing is like an art just like programming itself. And you do end up writing some extra code to test, and it takes more time, but it's sooooooooo worth it. Especially in terms of automating reports on code breaking, etc. It's like this, you're gonna spend the time one way or another... time writing good tests or time trying to figure out some crazy bug you have no idea about. Not to say testing will eliminate that, but it sure does help weed out the silly ones.
PJ Arends wrote:
But if anything else was entered it did not work at all. But as far as the unit testing was concerned, the app worked perfectly.
Fo sho. That's what turned me off of it for so long. No different than using a pointer ya know. A pointer can speed up your application. Can also give it a segfault. The coder in question just wasn't too skilled at writing tests most likely.
Jeremy Falcon

AnswerRe: Unit Testing... yay or nay? Pin
RickZeeland20-Apr-24 7:01
mveRickZeeland20-Apr-24 7:01 
GeneralRe: Unit Testing... yay or nay? Pin
lmoelleb20-Apr-24 22:47
lmoelleb20-Apr-24 22:47 
GeneralRe: Unit Testing... yay or nay? Pin
RickZeeland21-Apr-24 5:53
mveRickZeeland21-Apr-24 5:53 
GeneralRe: Unit Testing... yay or nay? Pin
jschell23-Apr-24 14:57
jschell23-Apr-24 14:57 
AnswerRe: Unit Testing... yay or nay? Pin
Nelek20-Apr-24 7:59
protectorNelek20-Apr-24 7:59 
GeneralRe: Unit Testing... yay or nay? Pin
Jeremy Falcon20-Apr-24 8:17
professionalJeremy Falcon20-Apr-24 8:17 
GeneralRe: Unit Testing... yay or nay? Pin
Nelek20-Apr-24 10:13
protectorNelek20-Apr-24 10:13 
GeneralRe: Unit Testing... yay or nay? Pin
Jeremy Falcon20-Apr-24 10:38
professionalJeremy Falcon20-Apr-24 10:38 
GeneralRe: Unit Testing... yay or nay? Pin
Nelek22-Apr-24 0:17
protectorNelek22-Apr-24 0:17 
GeneralRe: Unit Testing... yay or nay? Pin
Jeremy Falcon22-Apr-24 4:27
professionalJeremy Falcon22-Apr-24 4:27 
GeneralRe: Unit Testing... yay or nay? Pin
Nelek22-Apr-24 8:19
protectorNelek22-Apr-24 8:19 
GeneralRe: Unit Testing... yay or nay? Pin
haughtonomous21-Apr-24 23:02
haughtonomous21-Apr-24 23:02 
GeneralRe: Unit Testing... yay or nay? Pin
Nelek22-Apr-24 0:15
protectorNelek22-Apr-24 0:15 
GeneralRe: Unit Testing... yay or nay? Pin
Jeremy Falcon22-Apr-24 4:36
professionalJeremy Falcon22-Apr-24 4:36 
GeneralRe: Unit Testing... yay or nay? Pin
Nelek22-Apr-24 8:17
protectorNelek22-Apr-24 8:17 
GeneralRe: Unit Testing... yay or nay? Pin
Jeremy Falcon22-Apr-24 12:13
professionalJeremy Falcon22-Apr-24 12:13 
AnswerRe: Unit Testing... yay or nay? Pin
Greg Utas20-Apr-24 8:54
professionalGreg Utas20-Apr-24 8:54 

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.