Does designing software with a highly generic structure often lead to excessive and redundant code for software engineers?
Lakshya KumarExplorer
As a software engineer, does being too generic involve a lot of code that isn’t needed?
Share
Generic software design can indeed lead to redundant code, as it often involves creating more abstract layers and interfaces to accommodate various use cases, potentially making the codebase larger and more complex than necessary for specific applications.