Software DesignBetter Code Series Tip #4: Abstract long conditionals!Messy Conditionals Sometimes handling conditional logic can get messy. Checking against various…Kodi O'NeilDecember 20, 2022 2 min
Software DesignBetter Code Series Tip #3: Exit early!The Seed One thing I learned early on in my education was a concept called early exiting . During…Kodi O'NeilDecember 16, 2022 2 min
Design PatternsA Better Modern Approach to the Strategy PatternIntroduction The strategy pattern is the single most important design pattern for developers to…Kodi O'NeilNovember 26, 2022 2 min
Software DesignBetter Code Series Tip #2: Use MORE verbose naming.The Offense Have you ever seen code that looks like this? What is "P"? What is the entity we are…Kodi O'NeilNovember 24, 2022 1 min
Software DesignBetter Code Series Tip #1: Write more functions.The Eternal Struggle One of the main struggles when it comes to maintaining long term projects is…Kodi O'NeilNovember 19, 2022 2 min