Norm Alternatives
Similar projects and alternatives to Norm
-
-
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
-
is
Fast, extensible and easy to use data structure validation for elixir with nested structures support. (by bydooweedoo)
-
-
-
-
-
Mergify
Updating dependencies is time-consuming.. Solutions like Dependabot or Renovate update but don't merge dependencies. You need to do it manually while it could be fully automated! Add a Merge Queue to your workflow and stop caring about PR management & merging. Try Mergify for free.
-
-
Elixir
Elixir is a dynamic, functional language for building scalable and maintainable applications
-
Norm reviews and mentions
-
Erlang/OTP 24 Highlights
I generally verify types only at the boundaries of my application (or very critical modules) using norm[1].
Either you have a strict type system that does not have an "any" type (yes, I'm looking at you Typescript), or you have a flexible type system like Python/Erlang/Elixir and you do runtime type checking whenever it's needed.
I'm writing more Typescript code than I would in Javascript for almost no type safety benefits (but for documentation, it's awesome).
-
Clojure Spec like library in Elixir for data generation
Check out Norm. Sounds like it's right up your alley
Stats
elixir-toniq/norm is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of Norm is Elixir.