Update 'Style Guide'

Sasha Koshka 2022-09-01 20:38:42 +00:00
parent 9a3b54ea00
commit 24abc789d2

@ -181,4 +181,6 @@ This is perfect.
ParsingResultCache
```
Note: it can be easier to have somewhat longer names for variables, functions, and members, and somewhat shorter names for types.
Note: it can be easier to have somewhat longer names for variables, functions, and members, and somewhat shorter names for types.
Also, please make sure you have an editor that supports tab completion or something similar. If you attempt to edit the compiler code with nano or something you are going to have a bad time.