-
eileencodes authored
Similar to the work done in #38636, instead of using case statements we can make these classes respond to `fetch_attribute`. New classes can implement `fetch_attribute` instead of adding to the case statement, it's more object oriented, and nicer looking. Co-authored-by:
Aaron Patterson <aaron.patterson@gmail.com>
eileencodes authoredSimilar to the work done in #38636, instead of using case statements we can make these classes respond to `fetch_attribute`. New classes can implement `fetch_attribute` instead of adding to the case statement, it's more object oriented, and nicer looking. Co-authored-by:
Aaron Patterson <aaron.patterson@gmail.com>
Loading