Essentials of mocking in tests Sep 18, 2023 It is definitely satisfying to see the code you’ve written is implementing something working the way you imagined it. However, when you are ready to commit it and create a...
Reasoning about logic Mar 3, 2022 This article discusses about logic, you know the part that is detached from feelings or emotions in your brain. Dictionaries don’t have one single definition. But, the top definitions that...
Remembering to understand about state Jun 6, 2021 We all start our programming journey by writing a simple “Hello World” program. Though it appears simple enough, there is still something going on that makes it happen. Let’s break...