idoms Blogs
Written by Kiprosh, team of passionate and disciplined craftsmen turning your ideas into reality.
Kiprosh is now part of LawLytics
Written by Kiprosh, team of passionate and disciplined craftsmen turning your ideas into reality.
Code Review Hello Everyone, I have reviewed a codebase of one of our projects. It was a good experience. Few good things. Really clean code. Small methods. I had to travel 5 months back commits to find some bad code. :) Things to improve on: Found less specs, But it is possible that specs have been covered already. Overall Thoughts: The code is super clean, liked it!. fantabulous work folks! Snippets: Code: Menu.pluck(:hyphenated_name) Suggestion: This can be moved to class method which can be cached instead of firing the queries in the app again and again, one problem