• Posts
  • Tags
  • Categories

Categories

Exception Handling

Overview This is designed to support decision-making related to what to do when an exception...

17 minute read

Defensive Programming Techniques

This blog is not about programming, it’s about Software Engineering. I’ve created this blog with...

11 minute read

To log or not to log?

2023-01-06 Update! I’ve decided to expand on what you should consider logging and add a...

8 minute read

Double error!

Disclaimer This post is about to get way too technical. I could opt to spit...

9 minute read

Implementation of Decimal Numbers

On “Double error!” we explored the problem with storing decimal numbers and how it is...

8 minute read