Why it's not recommended to use "I" as interface prefix in Typescipt
Dec 23, 2022 · 1 min read · It is generally not recommended to use "I" as a prefix for interface names in TypeScript because it does not provide any meaningful information about the interface and can actually be confusing. In TypeScript, interfaces are used to define the struct...
Join discussion