Mistake in docs about interfaces

Here Create a custom loading screen - Babylon.js Documentation
image

Interfaces must not use “I” prefix.
See Coding guidelines · microsoft/TypeScript Wiki · GitHub

image

It also says to start with

image

In BJS the convention seems to be to start with I for an interface

Over 200 interfaces all start with I

2 Likes

It’s some strange — use language and dont use him coding style. But okay =)

In no way typescript discourages people to not start an interface with an I. Those are guidelines for people contributing in the typescript project.

1 Like