The AST: Immutable, Composable Filter Expressions
For many developers, building dynamic database queries eventually turns into a filter maze. It usually starts with the procedural mess of building a dictionary: if status: filters['status'] = status.
axiom-dev-labs.hashnode.dev5 min read