Robustness

>robustness

Attached: 60761934_1533169343486360_4223814785852666523_n.jpg (353x353, 25K)

>stable == running the same battery of unit tests a million times

Attached: 1516618032664.png (633x524, 14K)

Imagine not understanding unit tests

What about that post infers they don't understand unit tests?

Imagine thinking unit tests prove robustness

>battery
>a million times
Because exhaustive test cases are for brainlets who don't understand how to to check edge cases efficiently.

also
>infers
(you)

>time complexity
>space complexity

Attached: 18183732781.jpg (588x823, 75K)

Imagine your transliterating function crashing your program because you gave it an angle bracket

imagine not sanitizing your inputs

> but what if I already thought of evey edge cae
stay webshit, my guy

unit tests dont prove robustness, but extensive testing is as close as you can get to it (though you can prove algorithms / protocols with some cool tools i ever use)

shut up retards

lmao that reminds me of a boomer at work that says FreeBSD is more robust than Linux but he can't explain why

Attached: meVDKr7-beach-wallpaper.jpg (1920x1280, 286K)

wrong img

Attached: 1525755320871.png (380x349, 77K)

if(input_type != operational_type) {
return dilate;
}

>boomer wallpaper
>boomer complaints
boomerpilled

>but extensive testing is as close as you can get to it
if you aren't doing property based testing, you aren't testing shit

>robust
>not even antifragile

Attached: nnt.jpg (619x688, 79K)

it's easy if you try

>not following the via negativa principle in code

while (poster == INCEL) {
puts(HAVE_SEX);
}

Attached: 1560461500793.png (623x472, 57K)

...

WHAT IS DILLATE SOMEONE TELL ME

void explain_term_to_newfag(char *term) {
return;
}

> not posting the graphviz code

don't google it

What if you have a lot of edge cases? So if I have a lot of tests, I don't understand unit tests? A project with 5 tests would therefore be top shit?

>user-first
>code-first

Attached: 0cc.jpg (633x640, 51K)

>Jow Forums