Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Fix wording of interface naming conventions, fix #121
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongsp committed Dec 5, 2015
1 parent b06011c commit 1de9a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/Writing Definition Files.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ The trade-offs here are as follows:

## Naming Conventions

In general, do not prefix interfaces with `I` (e.g. `IColor`).
In general, you shouldn't prefix interfaces with `I` (e.g. `IColor`).
Because the concept of an interface in TypeScript is much more broad than in C# or Java, the `IFoo` naming convention is not broadly useful.

# Examples
Expand Down

1 comment on commit 1de9a08

@falconmick
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey I was just reading over this. Why is this the case?

Please sign in to comment.