summaryrefslogtreecommitdiff
path: root/deps/v8/docs/v8_c_plus_plus_styleand_sops.md
blob: 56865045439e54e7b1fb7925305d40d752e2eee7 (plain)
1
2
3
4
5
6
7
# Introduction

In general, V8 should conform to Google's/Chrome's C++ Style Guide for new code that is written. Your V8 code should conform to them as much as possible. There will always be cases where Google/Chrome Style Guide conformity or Google/Chrome best practices are extremely cumbersome or underspecified for our use cases. We document these exceptions here.

# Details

Coming Soon