Skip to content

Coding Style of XWalk for Android

sqliu edited this page Sep 2, 2013 · 11 revisions

General Coding Style

In genral, we follow the Chromium coding style: http://www.chromium.org/developers/coding-style

Coding Style of C++

For C++ Coding style, we basically follow Google C++ Style Guide: http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml

Code Style of Java

For Java Code, we follow the Android Open Source style guide

Code Style of Python

Clone this wiki locally