Skip to content

Instantly share code, notes, and snippets.

@AhmedMourad0
Created September 5, 2020 01:11
Show Gist options
  • Save AhmedMourad0/4689ee454fcad15cc25f69a095b87ec0 to your computer and use it in GitHub Desktop.
Save AhmedMourad0/4689ee454fcad15cc25f69a095b87ec0 to your computer and use it in GitHub Desktop.
Code snippets for the `value-based classes and error-handling` Medium article.
val password = Password.of("Some34Really434Hard21Password!").orThrow() //Throw on violation just for demonstration
val haha = password.copy(value = "gotcha") //Unresolved reference: copy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment