Interface Segregation Principle (explained in Go)
Jan 6, 2025 · 4 min read · The Interface Segregation Principle is the I in SOLID design principles. It states that types should not implement methods unrelated to their operations. In essence, interfaces should be designed so that the implementing types are not forced to imple...
Join discussion


