4 Reasons to avoid prefixing and suffixing TypeScript Interfaces
Throughout my experience as a developer, I've found that many dev teams have a common custom of naming interfaces with keywords like "type" or "I" when trying to describe TypeScript interfaces. In this post, we'll explore where this trend comes from ...

