Skip to content

Style Guide

Gabe edited this page Jul 15, 2024 · 2 revisions

Code Conventions

Linting

Use the provided ruff lint config

Naming Conventions

task_

Any crud function that starts with task_ is meant to be a fully contained transaction, and will commit changes to the database. You should not assume that you have to commit changes to the database after this function.