Being a Software EngineerLearning Exception Handling in C++ An exception is an event at program runtime that alters the normal flow of the code. It can also be considered an error. C++ provides…Lulu NgeiJuly 11, 2022
Being a Software EngineerLearning Code Smell: Why booleans are bad function parameters We've probably had a time where we've added a boolean as a function parameter more than once and been satisfied and proud with our judgement.…Lulu NgeiJuly 11, 2022
Being a Software Engineer Giving your code some tender loving care | Writing clean code Confession; I was a terrible programmer when I first started out. By terrible I mean my code was never structured, it didn't have a flow,…Lulu NgeiSeptember 10, 2019