Open-Closed Principle in Go
May 16, 2020 路 Introduction The Open-Closed Principle states that types should be open for extension, but closed for modification. Analogy Lets assume we're operating an online store, and we want end users to be able to filter the items by certain criteria ex. by p...
Join discussion
