From 91680324035dd19ccf256cc1efba4ea7352e80c5 Mon Sep 17 00:00:00 2001 From: Michael Brockus <55331536+michaelbadcrumble@users.noreply.github.com> Date: Sun, 21 Jun 2020 13:06:48 -0700 Subject: [PATCH] Update Style-guide.md [skip ci] --- docs/markdown/Style-guide.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/markdown/Style-guide.md b/docs/markdown/Style-guide.md index ee2ecfe1c..960e60c55 100644 --- a/docs/markdown/Style-guide.md +++ b/docs/markdown/Style-guide.md @@ -11,6 +11,12 @@ Meson build files. Always spaces. +## Naming Variable + +The most consistent naming convention is the snake case. Let say you would +like to refer to your executable so something like `my_exe` would work or +just `exe`. + ## Naming options There are two ways of naming project options. As an example for