Avoid Putting Logic in Map Blocks
02-Jun-2023 885
The contents of a `map` block should probably be an instance method on each item.As Rubyists, we write map blocks all the time. These blocks tend to pick up logic that belongs elsewhere. Consider this innocent looking piece of code.
Avoid Putting Logic in Map Blocks #ruby #rubydeveloper #rubyonrails #Avoid #Putting #Logic #Blocks https://rubyonrails.ba/link/avoid-putting-logic-in-map-blocks