-
Notifications
You must be signed in to change notification settings - Fork 449
Closed
Description
Hi all,
Tiffany from LA Railsbridge mentioned that there were some confusion among the students about the inconsistent use of hash rocket (i.e. {:a => 123, :b => "hello"}) vs 1.9 syntax (i.e. {a: 123, b: "hello"}). I can probably send a PR to unify them, but I want to get some feedback on which of these two options do people prefer:
- Use hash rocket everywhere, maybe add a note about the 1.9 syntax ( Pros: consistent, easy to understand )
- Use 1.9 syntax whenever possible ( Pros: this seems to be where the Ruby community is heading, and tutorials and code they read elsewhere will probably be using this style )
Godfrey
Metadata
Metadata
Assignees
Labels
No labels