Click here to Skip to main content
15,891,204 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: Dash cams - is this a record? Pin
Cp-Coder1-Dec-21 3:15
Cp-Coder1-Dec-21 3:15 
GeneralRe: Dash cams - is this a record? Pin
OriginalGriff1-Dec-21 3:59
mveOriginalGriff1-Dec-21 3:59 
GeneralRe: Dash cams - is this a record? Pin
Cp-Coder1-Dec-21 4:18
Cp-Coder1-Dec-21 4:18 
GeneralFor how much time I spend navel gazing about the way I code Pin
honey the codewitch29-Nov-21 23:36
mvahoney the codewitch29-Nov-21 23:36 
GeneralRe: For how much time I spend navel gazing about the way I code Pin
HobbyProggy29-Nov-21 23:49
professionalHobbyProggy29-Nov-21 23:49 
GeneralRe: For how much time I spend navel gazing about the way I code Pin
honey the codewitch29-Nov-21 23:52
mvahoney the codewitch29-Nov-21 23:52 
GeneralRe: For how much time I spend navel gazing about the way I code Pin
Greg Utas30-Nov-21 2:48
professionalGreg Utas30-Nov-21 2:48 
GeneralRe: For how much time I spend navel gazing about the way I code Pin
HobbyProggy30-Nov-21 3:01
professionalHobbyProggy30-Nov-21 3:01 
Greg Utas wrote:
What does SOC stand for?

Separation of Concerns

Well you know, i became a fan of unit tests. They do test those small tiny bits in all possible ways. If that is good i'll do an integration test to see if all of the tiny bits also work as expected together, then... well you probably know how the line goes up there.

Also a reason why i reduce directly usage of class A from class B by slipping interfaces in between.
The more you want to get confidence into your system doing what it should do, the more you need to test each possible track of events with all the possibilities.

I am still not, how could one ever, testing enough. We basically started to ramp up tests and coverage, but so far a ~1200 tests deliver the first 9% of coverage. At least i know in these bits that everything is going according to plan.
Rules for the FOSW ![^]
MessageBox.Show(!string.IsNullOrWhiteSpace(_signature) 
    ? "This is my signature: " + Environment.NewLine + _signature
    : "404-Signature not found");

GeneralRe: For how much time I spend navel gazing about the way I code Pin
Greg Utas30-Nov-21 3:19
professionalGreg Utas30-Nov-21 3:19 
GeneralRe: For how much time I spend navel gazing about the way I code Pin
pkfox29-Nov-21 23:49
professionalpkfox29-Nov-21 23:49 
GeneralRe: For how much time I spend navel gazing about the way I code Pin
honey the codewitch29-Nov-21 23:56
mvahoney the codewitch29-Nov-21 23:56 
GeneralRe: For how much time I spend navel gazing about the way I code Pin
pkfox30-Nov-21 1:36
professionalpkfox30-Nov-21 1:36 
GeneralRe: For how much time I spend navel gazing about the way I code Pin
Kornfeld Eliyahu Peter29-Nov-21 23:55
professionalKornfeld Eliyahu Peter29-Nov-21 23:55 
GeneralRe: For how much time I spend navel gazing about the way I code Pin
honey the codewitch30-Nov-21 0:00
mvahoney the codewitch30-Nov-21 0:00 
GeneralRe: For how much time I spend navel gazing about the way I code Pin
Mircea Neacsu30-Nov-21 1:26
Mircea Neacsu30-Nov-21 1:26 
GeneralRe: For how much time I spend navel gazing about the way I code Pin
Kornfeld Eliyahu Peter30-Nov-21 1:51
professionalKornfeld Eliyahu Peter30-Nov-21 1:51 
GeneralRe: For how much time I spend navel gazing about the way I code Pin
Greg Utas30-Nov-21 4:59
professionalGreg Utas30-Nov-21 4:59 
GeneralRe: For how much time I spend navel gazing about the way I code Pin
honey the codewitch30-Nov-21 5:02
mvahoney the codewitch30-Nov-21 5:02 
GeneralRe: For how much time I spend navel gazing about the way I code Pin
Greg Utas30-Nov-21 5:25
professionalGreg Utas30-Nov-21 5:25 
GeneralRe: For how much time I spend navel gazing about the way I code Pin
honey the codewitch30-Nov-21 5:27
mvahoney the codewitch30-Nov-21 5:27 
GeneralRe: For how much time I spend navel gazing about the way I code Pin
honey the codewitch30-Nov-21 6:17
mvahoney the codewitch30-Nov-21 6:17 
GeneralRe: For how much time I spend navel gazing about the way I code Pin
Greg Utas30-Nov-21 6:31
professionalGreg Utas30-Nov-21 6:31 
GeneralRe: For how much time I spend navel gazing about the way I code Pin
honey the codewitch30-Nov-21 6:35
mvahoney the codewitch30-Nov-21 6:35 
GeneralRe: For how much time I spend navel gazing about the way I code Pin
Gerry Schmitz30-Nov-21 10:36
mveGerry Schmitz30-Nov-21 10:36 
GeneralRe: For how much time I spend navel gazing about the way I code Pin
englebart30-Nov-21 13:33
professionalenglebart30-Nov-21 13:33 

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.