pil0u / lewagon-aoc

Advent of Code x Le Wagon
https://aoc.lewagon.community
MIT License
28 stars 5 forks source link

Extract Slack logic into a `Snippets::NotifyToSlack` class #682

Open pil0u opened 1 day ago

pil0u commented 1 day ago
          We should see to extract this to a `Snippets::NotifyToSlack` class instead at some point. That would also remove the need to have `@snippet` be an instance variable in the controller.

_Originally posted by @Aquaj in https://github.com/pil0u/lewagon-aoc/pull/606#discussion_r1847344976_