Files
scylladb/docs/contribute/coding-style.md
dgarcia360 fd5f0c3034 docs: add organization
Closes #7818
2020-12-22 15:33:31 +02:00

407 B

Scylla Coding Style

Please see the Seastar style document.

Scylla code is written with "using namespace seastar", and should not explicitly add the "seastar::" prefix to Seastar symbols. There is usually no need to add "using namespace seastar" to Source files, because most Scylla header files #include "seastarx.hh", which does this.