rename: GUIDELINES to CONTRIBUTING

This commit is contained in:
k
2024-09-11 22:52:53 +02:00
parent 157ec003b7
commit deffaef2b5
+8
View File
@@ -0,0 +1,8 @@
# Guidelines
## Parser
- Avoid floats as much as possible
- Use structs like `WAmount` and `Price` for calculations
- **Only** use `WAmount.to_btc()` when inserting or computing inside a dataset. It is **very** expensive.
- No `Arc`, `Rc`, `Mutex` even from third party libraries, they're slower