Every programming community quickly converges on a style, an accepted set of idioms. Programming is all about communication and knowing those idioms are key to being a successful programmer in that community.
Ruby style of programming:
- Code should be crystal clear, it should shout its intent
- Good code is also concise
Ruby indentation convention: