Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/just_gtfs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authormesozoic-drones <mesozoic.drones@gmail.com>2020-03-28 12:05:20 +0300
committerOlga Khlopkova <o.khlopkova@corp.mail.ru>2020-04-27 15:59:07 +0300
commit083d98e4315574a4d556d3fc8184c71ae1234ef9 (patch)
tree0e7f8d0968997ae67c55c3203872b0a42c32b79b /docs
parentc8c9a5d2b491f1868fe8deda4e8db58b7a394d68 (diff)
Update README.md
Diffstat (limited to 'docs')
-rw-r--r--docs/CPP_STYLE.md6
-rw-r--r--docs/logo.jpegbin0 -> 46868 bytes
2 files changed, 6 insertions, 0 deletions
diff --git a/docs/CPP_STYLE.md b/docs/CPP_STYLE.md
new file mode 100644
index 0000000..1b51fd3
--- /dev/null
+++ b/docs/CPP_STYLE.md
@@ -0,0 +1,6 @@
+## C++ Style Guide
+
+We use C++ code style similar to the [MAPS.ME project](https://github.com/mapsme/omim/blob/master/docs/CPP_STYLE.md) with some differences:
+- Use **CamelCase** for class names and **snake_case** for other entities like methods, variables, etc.
+- Use left-to-right order for variables/params: `const std::string & s` (reference to the const string).
+- Do not use prefixes like `m_` for member variables.
diff --git a/docs/logo.jpeg b/docs/logo.jpeg
new file mode 100644
index 0000000..22ad621
--- /dev/null
+++ b/docs/logo.jpeg
Binary files differ