Bug of the week #12
Posted in

Bug of the week #12

The error we’re handling today is a real-life example simplified to the following Python code: The variables s1 and s2 both end up being 123, but when we run this code, we see: What’s even worse, in the other parts of the app, where s1 and s2 are constructed differently,…

Bug of the week #12 Read More
Bug of the week #7
Posted in

Bug of the week #7

Welcome to the next pikoTutorial! The error we’re handling today is a C++ compilation error: What does it mean? The requirement for main to return an integer stems from convention and standardization within the programming languages. In C and C++, the main function is typically defined with a return type…

Bug of the week #7 Read More