Tag: coding

  • Zen of Defensive Programming

    Even though it has been a generally accepted term for well over two decades now, it remains a bubblegum expression with countless interpretations. Depending on who you ask, you will get different answers. Allow me to indulge you for a moment on how I define Defensive Programming in my mind so that you can get a better sense of the aspects I will cover throughout this series.

  • Proper Title Case creation in Python and C#

    Platform: Any/UnityLanguage: Python/C#Requirements: None Many of you may be familiar with the term Title Case in conjunction with text handling. It is typically used for things, such as book titles, game titles, movie titles, and so forth.The common perception appears to be that writing a name or headline in title case means to simply capitalize the first letter of each… Continue reading "Proper Title Case creation in Python and C#"