Files
notifications-admin/app/main
Chris Hill-Scott 9b256de4a9 Refactor to reduce duplication
> Rule of three ("Three strikes and you refactor") is a code refactoring
> rule of thumb to decide when similar pieces of code should be
> refactored to avoid duplication. It states that two instances of
> similar code don't require refactoring, but when similar code is used
> three times, it should be extracted into a new procedure

– https://en.wikipedia.org/wiki/Rule_of_three_(computer_programming)
2021-04-08 14:19:36 +01:00
..
2021-04-08 14:19:36 +01:00
2021-03-12 13:56:21 +00:00
2021-03-08 18:48:56 +00:00