diff --git a/rfcs/0001-Code_Guides.md b/rfcs/0001-Code_Guides.md index 308fad0..0c29dd5 100644 --- a/rfcs/0001-Code_Guides.md +++ b/rfcs/0001-Code_Guides.md @@ -12,6 +12,10 @@ However, as these guides are geared towards beginners to bot development, it is As such, deviations from conventional wisdom should be well documented - for example, this would mean documenting the fact that in most programming languages, indexes start from 0 instead of 1. Such things must be documented, even if they aren't the aim of the code guides, as they will inevitably need to be tackled in bot development. +Advanced bot developers should be allowed to occasionally check the guides to see if their bots are still using the accepted best practices. + +Guides must detail the best available practices for what they are describing at the time they are written. + It must also attempt to illustrate unique design choices in the bot libraries it describes. ### Tooling