Style Guide: add world consistency

This commit is contained in:
black-sliver 2023-02-18 17:16:17 +01:00
parent 7760034ff7
commit df020bb389
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@
* Use type annotations where possible for function signatures and class members. * Use type annotations where possible for function signatures and class members.
* Use type annotations where appropriate for local variables (e.g. `var: List[int] = []`, or when the * Use type annotations where appropriate for local variables (e.g. `var: List[int] = []`, or when the
type is hard or impossible to deduce.) Clear annotations help developers look up and validate API calls. type is hard or impossible to deduce.) Clear annotations help developers look up and validate API calls.
* Worlds that do not follow PEP8 should still have a consistent style across its files to make reading easier.
## Markdown ## Markdown