RFC 0001: Rephrase advanced bot developer sentence

This commit is contained in:
OptimisticDev 2024-06-26 04:48:20 +00:00
parent 1ffd52a4b1
commit acba05c838
Signed by: OptimisticDev
SSH key fingerprint: SHA256:efAXeDMyuFt1iia2xaqlrcHPlsXcjQEWNA2tmvVTqK8

View file

@ -12,7 +12,7 @@ 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.
It may be useful for advanced bot developers to occasionally check the guides as well 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.