itdelatrisu / opsu

opsu! ~ an open-source osu! client
https://itdelatrisu.github.io/opsu/
GNU General Public License v3.0
763 stars 123 forks source link

Suggestion for SoundStore class #548

Open PaulDBM opened 3 years ago

PaulDBM commented 3 years ago

Hi! I noticed that in the source code of the SoundStore class you could apply the Facade design pattern. Applying this pattern provides isolation of method implementations for different audio formats.

I attach an idea of implementing the Facade pattern.

image