Skip to content

Commit 06e0410

Browse files
author
Mike O'Toole
committed
Updated best practices
Remove all console.log Use haml
1 parent c4075de commit 06e0410

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Credits
2727

2828
This is a branch of the original [Thoughtbot, inc](http://thoughtbot.com/community) [Guides](https://github.com/thoughtbot/guides)
2929

30-
The original guides have been modified for use internally by [DigitalAugment Inc.](http://digitalaugment.com)
30+
The original guides have been modified for use by [DigitalAugment Inc.](http://digitalaugment.com)
3131

3232
Thank you, [contributors](https://github.com/thoughtbot/guides/graphs/contributors)!
3333

best-practices/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,12 @@ JavaScript
132132
----------
133133

134134
* Use CoffeeScript.
135+
* Remove all console.log statements.
135136

136137
HTML
137138
----
138139

140+
* Use haml.
139141
* Don't use a reset button for forms.
140142
* Prefer cancel links to cancel buttons.
141143

0 commit comments

Comments
 (0)