Skip to content

Commit 0256c09

Browse files
committed
Merge pull request #10 from johnnyreilly/source
First commit - intro to Best practices
2 parents 434976f + b8f8d9b commit 0256c09

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/documents/guides/best-practices.html.md.eco

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@ layout: 'guide'
33
title: 'Best practices'
44
---
55

6-
Ghostin' modules:
6+
This is a guide to the best practices to follow when creating typing files. There are a variety of different ways that typing files can be constructed. Different approaches can be used - this is intended as a guide to what approaches make sense in certain scenarios.
7+
8+
Also, it's a steer on how to deal with limitations in TypeScript. As much as it hurts to say it, TypeScript v1.0 is not flawless. There are certain minor flaws / shortcomings in the language which have implicatations for how typings are created. Here we will detail those limitations, how they can be worked around at present and how you can best vote for improvements in the language on the [TypeScript site](//typescript.codeplex.com).
9+
10+
### Ghostin' modules:
711

812
````typescript
913
// this pattern has 3 name in top level.

0 commit comments

Comments
 (0)