You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Track::$Formats contains a bunch of useful information about the various audio formats that Pony.fm provides downloads for. There's enough in there to justify refactoring the concept of an "audio format" into its own class, and using descriptive function calls to pull out the relevant info instead of coupling other code to this array's structure.
The text was updated successfully, but these errors were encountered:
Track::$Formats
contains a bunch of useful information about the various audio formats that Pony.fm provides downloads for. There's enough in there to justify refactoring the concept of an "audio format" into its own class, and using descriptive function calls to pull out the relevant info instead of coupling other code to this array's structure.The text was updated successfully, but these errors were encountered: