Files
scylladb/docs/coding-style.md
Pekka Enberg 0c1dad0838 Merge "Misc documentation cleanup" from Botond
"Delete README-DPDK.md, move IDL.md to docs/ and fix
docs/review-checklist.md to point to scylla's coding style document,
instead of seastar's."

* 'documentation-cleanup/v3' of https://github.com/denesb/scylla:
  docs/review-checklist.md: point to scylla's coding-style.md instead of seastar's
  docs: mv coding-style.md docs/
  rm README-DPDK.md
  docs: mv IDL.md docs/
2019-10-15 12:53:49 +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.