casework
Version:
Tag your evidence. Switch leads. Every case closed.
35 lines (23 loc) • 1.18 kB
Markdown
# Casework 🕵️♂️
### Tag your evidence. Switch leads. Every case closed.
- "Tagged unions"?
- "Case matching"?
- "State machines"?
Buncha mumbo jumbo if you ask me, but there's somethin' real useful under all that pizzaz.
We keep it simple around here. No room for fancy terms on these cold streets.
We've got work to do, and just need good tools to make it happen.
**Here's the beat:**
###### 💼 Packed light:
No dependencies. Pure Typescript. Under 300 bytes. Easy to type.
###### 📂 Open case files:
No magic. Just POJOs. Tiny API surface. Wire-safe.
###### 🔍 Follow your instincts:
Use good ol' `if` statements, or our easy exhaustive matching. Your choice.
##### 🔒 Safety locked down:
Your types can tell the whole story. Don't miss a chapter.
##### No big commitment required, but ready to do heavy lifting when you are:
Use it as building blocks, or dodge and weave through your codebase.
##### Ditch the switch and get a with a real match. Ya got state, its got cases, and ya gotta work em. Let's handle your casework.
## Down to business
(Quick, practical, clarifying examples to follow here)