Elektrine lite

← Feed

@ppurang@mastodon.social

Post #1652044

2026-04-07 09:47 UTC

@vascorsd The way I solved it till now for cases that aren't reachable was to introduce a `!!!` that was a good old AssertionError.. along the lines of `???`. Bit of a contrived example but something like this: https://scastie.scala-lang.org/cTlwfWYDS4Wo0LWcu0gkpQ oops new link

Replies (1)

  • @vascorsd@mastodon.social 2026-04-07 10:09

    @ppurang that's an interesting solution, much more clearer than a runtimeChecked that nobody knows what it is and are afraid of it. With a custom message even. I'll probably steal the idea :blobnom:

    Open ##1652045