darrenhillconsulting
03/05/2021, 9:22 PMstalbert
03/05/2021, 10:41 PMerictgrubaugh
03/06/2021, 3:03 PMclass
keyword, for instance. I do, however, endeavor to break features down into small "single-purpose" modules and functions (i.e. the S
from SOLID
), and I do make use of `typdef`s (largely just for code completion and documentation purposes). I would say my "style" some bastardization of Functional, Object-Oriented, Functional Core/Imperative Shellstalbert
03/06/2021, 7:40 PM