Valentin Bogad
Valentin Bogad is a Software Engineer from Vienna, who has been writing Julia code for close to 9 years. With a keen interest in Programming Language Semantics and too many buggy programs in various languages (among which, Java, C#, C and C++) to be embarrassed about writing buggy code, he is always on the hunt for better techniques to write high-quality software.
Intervention
Software testing is a complicated endeavor, which even with good code coverage often leaves doubts about the quality of the written code when subsequent usage still uncovers bugs. In this talk, we are going to take a look at some problems of traditional testing, challenges when it comes to testing Julia code in particular and how Property Based Testing with Supposition.jl can help with that.