Skip to content

Instantly share code, notes, and snippets.

@hfaerber
Created May 15, 2019 02:27
Show Gist options
  • Save hfaerber/6a6af2bb38d7d9eca4edab467484612a to your computer and use it in GitHub Desktop.
Save hfaerber/6a6af2bb38d7d9eca4edab467484612a to your computer and use it in GitHub Desktop.
Object: Brady's Jams
Attributes:
SongAmount: 30
PlayHours: 2.59
SongLength: {"Bohemian Rhapsody" => 7.67}
PlaylistCreator: "Brady"
PlaylistTitle: "Brady's Jams"
Methods:
AverageSongLength: 2.59 * 60 / 30 = 3.47
AverageSongsPerHour
AddSong: Add "Beautiful"
RemoveSong Remove "Forever"
ChangePlaylistTitle: "Brady's Cool Jams"
@hfaerber
Copy link
Author

DIdn't really get finished here Pol. :/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment