Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 407 Bytes

coding-style.md

File metadata and controls

8 lines (6 loc) · 407 Bytes

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.