Skip to content

Commit 0412f86

Browse files
author
Dan Croak
committed
Remove guidelines we don't agree on
thoughtbot developers have not agreed on these guidelines.
1 parent 84fc395 commit 0412f86

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

README.md

-4
Original file line numberDiff line numberDiff line change
@@ -207,10 +207,7 @@ Formatting
207207
* Include spaces around infix method invocations like `+` and `-`.
208208
* Indent continued lines two spaces.
209209
* Indent private methods equal to public methods.
210-
* Limit lines to a maximum of 80 characters.
211-
* Order methods and attributes alphabetically where possible.
212210
* Use 2 space indentation (no tabs) unless otherwise noted.
213-
* Use an empty line between methods, blocks and conditionals.
214211
* Use spaces around operators, after commas, colons and semicolons, around `{`
215212
and before `}`.
216213
* Use Unix-style line endings (`\n`).
@@ -337,7 +334,6 @@ Rails
337334
* Use `def self.method` over the `named_scope :method` DSL.
338335
* Use `I18n.t 'dot.separated.key'` over
339336
`I18n.t :key, :scope => [:dot, :separated]`.
340-
* Use [Haml](http://haml-lang.com) for view templates.
341337
* Use `has_and_belongs_to_many` if all you need is a join table. Start simple.
342338
* Use namespaced locale lookup in views by prefixing a period: `t '.title'`.
343339
* Use nested routes to express `belongs_to` relationships between resources.

0 commit comments

Comments
 (0)