Skip to content

Instantly share code, notes, and snippets.

@guillaumewuip
Last active February 26, 2020 06:56
Show Gist options
  • Save guillaumewuip/e7e51b0b3112f4206efbd298837c518b to your computer and use it in GitHub Desktop.
Save guillaumewuip/e7e51b0b3112f4206efbd298837c518b to your computer and use it in GitHub Desktop.
How to model your entities - 12
createText(text: string): TextMessage
text(message: TextMessage): string
createImage(url: string, description: string): ImageMessage
createAudio(url: string, description: string): AudioMessage
url(message: ImageMessage | AudioMessage): string,
toText(message: ImageMessage): TextMessage
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment