Skip to content

Commit

Permalink
v1.60
Browse files Browse the repository at this point in the history
  • Loading branch information
rob committed Mar 23, 2023
1 parent 26a41fd commit 97532be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ In general, we try and follow the original texts: [PEP 8](https://peps.python.or
- Common methods are `get`, `calculate`, `read`, `write`.
- There is a specific procedure for naming objects which form part of the data heirarchy, see [here](https://github.com/robcarver17/pysystemtrade/blob/master/docs/data.md#part-2-overview-of-futures-data-in-pysystemtrade). If this is not followed, then the [automated abstraction of data inside Data 'blob' instances](https://github.com/robcarver17/pysystemtrade/blob/master/docs/data.md#data-blobs) won't work.
- Although arguably redundant, I am a fan of describing eg objects that inherit from dicts with a dict_ prefix. This gives hints as to how they behave without having to look at their code.


### Error handling

Expand Down

0 comments on commit 97532be

Please sign in to comment.