ethowitz / sruby

An increasingly less miniature implementation of Ruby in Scala

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve style consistency

ethowitz opened this issue · comments

Be consistent about:

  • Naming
  • Max line length
  • Where to break lines
  • How to deal with long class and method definitions
  • Favor List.empty over List()