Skip to content

Instantly share code, notes, and snippets.

View stevenodb's full-sized avatar
:octocat:
⌨️

Steven Op de beeck stevenodb

:octocat:
⌨️
  • Belgium
View GitHub Profile
{
"schema": {
"type": "struct",
"fields": [
{
"type": "int64",
"optional": false,
"field": "id"
}
],
class AnagramTest {
private val anagram = Anagram("Team Before Code")
@Test fun match_withAnagram_returnsTrue() {
assertThat(anagram.matches("Barefoot cede me")).isTrue()
}
class Anagram(private val string: String) {
fun matches(other: String) =
string.hasSameChars(other) and

Keybase proof

I hereby claim:

  • I am stevenodb on github.
  • I am stevenodb (https://keybase.io/stevenodb) on keybase.
  • I have a public key whose fingerprint is 8FBD 737E 44E2 7093 6EC8 0076 E932 32AE 3773 74A5

To claim this, I am signing this object: