Why it's not recommended to use "I" as interface prefix in Typescipt
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...
devlog.hashnode.dev1 min read