Coding Standards - Macpeters/resume GitHub Wiki
Coding Standards
Style Guides
- Airbnb Javascript Style Guide
- Airbnb Sass/CSS Style Guide
- Google HTML/CSS Style Guide
- Rails Best Practices Gem
- Rails Database Best Practices
- Rails Style Guide
- Ruby Style Guide
- VueJS Style Guide
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