Maybe people will read the bold text.

Daniel Rosenwasser 2015-11-19 09:42:48 -08:00
Родитель 702115d1e8
Коммит ffb77564bd
1 изменённых файлов: 1 добавлений и 1 удалений

@ -1,4 +1,4 @@
While these guidelines are mainly meant for contributors to the TypeScript project, certain suggestions apply as to how idiomatic TypeScript code should be written (e.g. the "Names" and "Style" sections).
While **these guidelines are mainly meant for contributors to the TypeScript project**, certain suggestions apply as to how idiomatic TypeScript code should be written (e.g. the "Names" and "Style" sections).
## Names
1. Use PascalCase for type names.