Lucian Ghindaallaboutcoding.ghinda.com·Feb 9, 2024Two insights from using SorbetI am working with Sorbet on a relatively big Ruby on Rails project, and here are two quick learnings: It can help with simplifying code by removing unnecessary transformations. The support that Ruby has for doing things in multiple ways is very hel...759 readsRuby
Andrew Fosterandrewfoster.hashnode.dev·Jun 8, 2022Monitoring code qualityI want to keep an eye on best practices when it comes to writing my Ruby. This includes style, security, performance and readability/maintainability. There are a number of tools to assist with this. Rubocop The standard style guide for Ruby has been ...132 readsRails 7 ApplicationRubocop