-
Notifications
You must be signed in to change notification settings - Fork 8
es4 clone
License
bkero/es4
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
CODING CONVENTIONS * naming conventions type names: FOO_BAR constructor names: FooBar local/field names: fooBar * non-exhaustive matches During implementation, non-exhaustive match warnings are fine (they help us keep track of what hasn't been implemented). But completed code should not have non-exhaustive matches. If a particular case should never happen, the right-hand side of the match case should raise a Fail exception with a string indicating what invariant was violated. * explicit type annotations Top-level functions must be annotated explicitly. * line widths Lines must not exceed 100 columns. * indentation [TODO] * tabs Hard tabs are disallowed.
About
es4 clone
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published