You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 18, 2019. It is now read-only.
The README should describe different scenarios where
Kase
can help rewrite the code to be either more safe or more readable. Or both.Examples:
if
condition, but match withKase
insteadcase my_var ... else raise "unexpected my_var" end
withKase
that matches just a single variable[status, result]
like return value matchingMore good examples?
Also add section about where the native
case
is better andKase
should not be used.The text was updated successfully, but these errors were encountered: