Actions
Guidelines » History » Revision 2
« Previous |
Revision 2/24
(diff)
| Next »
Greg Burri, 12/12/2008 11:06 AM
Guidelines¶
Documentation¶
- Use of ' when referencing a name like 'myVar'
- Use of " when referencing a value like "my string"
Building¶
- Use of GHC option -fwarn-incomplete-patterns to test if our patterns are all complete.
Coding¶
Comment¶
Updated by Greg Burri almost 16 years ago · 2 revisions