kakao / buffalo

TOROS Buffalo: A fast and scalable production-ready open source project for recommender systems
Apache License 2.0
576 stars 106 forks source link

Is there any C++ coding style guide? #41

Closed ita9naiwa closed 1 year ago

ita9naiwa commented 3 years ago

Hi. I'm wondering if there's a style guide to follow for c++ code writing. I can't find cpp lint in CI.

ummae commented 3 years ago

Yes there is. https://google.github.io/styleguide/cppguide.html here is it. (except few things eg four spaces)