Coding Standards - Macpeters/resume GitHub Wiki

Coding Standards

Style Guides

Linters

Git Hooks

Testing

Gems/Tools

  • Code Metrics: Lines of code statistics
  • Churn: get metrics on which code gets edited the most
  • Flay: Analyzes code for structural similarities/patterns
  • Flog: Reports the most tortured code in an easy to read report
  • Metric Fu
  • Reek: Code smell detector
  • Roodi: Looks for design issues in code
  • Tools for Rails Optimization and Cleanup