A word on naming (for iOS Engineers)
Published on 14 December 2023Naming things is hard. This is my take on how to name things that can stand the test of time.
Software Architecture and Design for iOS.
Naming things is hard. This is my take on how to name things that can stand the test of time.
Master polymorphism for clean code. Learn how to create flexible, reusable codebases w/ examples. Ideal for experienced dev's seeking to improve their skills
The open-closed principle simplifies dev life by allowing new features without affecting existing code, making development stress-free.