saturn

Saturn

Specific best practices and architectural patterns when working with Saturn.

Details

Language / Topic
fsharpF#
Category
framework

Rules

balanced
- Configure web applications natively utilizing the `application { ... }` computation expression for streamlined startup.
- Group related API endpoints efficiently utilizing the `router { ... }` computation expression mapping standard methods.
- Pipeline requests naturally composing endpoint handlers explicitly with the custom `>=>` Kleisli composition operator.
- Fetch path parameters statically utilizing explicit routing patterns like `getf "/user/%s"` natively.