this post was submitted on 02 Sep 2024
886 points (99.2% liked)

Programmer Humor

32050 readers
1800 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 

Incase it doesn't show up:

you are viewing a single comment's thread
view the rest of the comments
[–] magic_lobster_party@fedia.io 2 points 2 weeks ago

I usually break it out using composition if that’s ever needed. Either by wrapping around all the implementations, or as a separate component that is injected into each implementation.