Change contribution guidelines

This commit is contained in:
Dolan
2019-03-13 23:13:10 +00:00
parent 2cb7d44a77
commit 639842332f

View File

@ -141,6 +141,8 @@ If a method is `non-temporal`, put it in the objects `constructor`. For example:
const table = new Table(width: number);
```
`Non-temporal` methods are usually methods which can only be used one time and one time only. For example, `.float()`. It does not make sense to call `.float()` again if its already floating.
I am not sure what the real term is, but this will do.
## Interfaces over type alias