Comment on Is there something better than SQL?

<- View Parent
atheken@programming.dev ⁨1⁩ ⁨year⁩ ago

It’s necessarily complexity that is easily encapsulated in methods.

If those methods are under test to verify their behavior, trivial typos can be detected instantly, without adding another dialect and more conceptual overhead to a project.

If those methods are not under test, then there’s a tiny bit of help by using a DSL that can be compile-time checked.

source
Sort:hotnewtop