#refactoring
Read more stories on Hashnode
Articles with this tag
Why I chose to explicitly pass the tag parameter in LinkComponent. · When creating a component in Rails, especially when using a component-based...
Writing code is a journey of continuous improvement, learning, adaptation, and, yes, refactoring. As our applications grow and evolve, we often find...
A Light-Hearted Guide to Improving Your Ruby on Rails Code with Simple Refactoring Techniques · originally posted on my blog You know that feeling when...
In Rails applications, N+1 queries can cause significant performance issues. They occur when you have a list of items and perform a separate query to...