Generating XML files by using the strategy pattern.
Had to send different XML files to a remote server and ended up with copy-paste classes everywhere. The Strategy pattern lets you swap out the "how" without touching the "what".
9 Jul 2020•4 min read