From 24abc789d211c26d0da870bc246a5d144d95ef97 Mon Sep 17 00:00:00 2001 From: Sasha Koshka Date: Thu, 1 Sep 2022 20:38:42 +0000 Subject: [PATCH] Update 'Style Guide' --- Style-Guide.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Style-Guide.md b/Style-Guide.md index 8d9ab12..ab0445b 100644 --- a/Style-Guide.md +++ b/Style-Guide.md @@ -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. \ No newline at end of file +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. \ No newline at end of file