DRYing up Ruby code with Scopes
Many times I find myself or fellow team members in need of DRYing up their code or encapsulating logic to avoid redundancy but often times the solutions proposed introduce more complexity than what it's worth. In the quest for cleaner and more mainta...
Feb 16, 20243 min read117

