Software Architecture
Thoughts on design patterns, system architecture, and building maintainable software
May 19, 2020
Object-Oriented Shell, Functional Core - Managing State in Modern Applications
Combining the best of object-oriented and functional programming paradigms to build maintainable SCRUD applications.
Swift
OOP
Functional Programming
May 18, 2020
Inheritance is bad - don't use it.
OOP and Inheritance - the scourge of modern programming practices.
Swift
OOP
Functional Programming
June 24, 2019
Matplotlib using the Basic OOP API and Graphing with Colors
Graphing with Matplotlib in OOP style. I often see many tutorials using the global state machine version of matplotlib. While they are quick to use, itโs often confusing and quickly becomes unwieldy when you want to reuse the code.
Matplotlib
OOP
Tutorial
Python
Colors