Skip to content

Commit

Permalink
pre-define atoms (#299)
Browse files Browse the repository at this point in the history
Predefines atoms like Rustler does. I think this improves readability and kind
of makes it safer against typos. Once or if #298 is merged, many of the 
currently used atoms could be replaced with `raise_badarg()` function. I've 
also left some notes on atoms that I think shouldn't be atoms and rather
SQLite errors.
  • Loading branch information
ruslandoga authored Oct 10, 2024
1 parent 06401ab commit 67786df
Showing 1 changed file with 136 additions and 134 deletions.
Loading

0 comments on commit 67786df

Please sign in to comment.