Re: [riot-devel] C++ Style Guide

2015-06-25 Thread Joakim Gebart
On Thu, Jun 25, 2015 at 11:44 AM, Johann Fischer j.fisc...@phytec.de wrote: Hi Raphael, Am 25.06.2015 um 11:09 schrieb Hiesgen, Raphael: Hi, it is time to write a C++ Coding Style Guide for RIOT. Since C and C++ have different traditions here, I will simply start to suggest using the C++

Re: [riot-devel] C++ Style Guide

2015-06-25 Thread Hiesgen, Raphael
Hello, I created a wiki article [1], which is not linked anywhere yet. How I see it is very similar to RIOT coding style. 2 spaces per indentation level is not acceptable to me, should be 4 as in C coding style. Otherwise, I find it very good. +1, indentation must match between the C and

Re: [riot-devel] C++ Style Guide

2015-06-25 Thread Joakim Gebart
Good initiative! Could you create a new wiki article similar to https://github.com/RIOT-OS/RIOT/wiki/Coding-conventions for the C++ conventions? /Joakim On Thu, Jun 25, 2015 at 11:09 AM, Hiesgen, Raphael raphael.hies...@haw-hamburg.de wrote: Hi, it is time to write a C++ Coding Style Guide

Re: [riot-devel] C++ Style Guide

2015-06-25 Thread Johann Fischer
Hi Raphael, Am 25.06.2015 um 11:09 schrieb Hiesgen, Raphael: Hi, it is time to write a C++ Coding Style Guide for RIOT. Since C and C++ have different traditions here, I will simply start to suggest using the C++ Style used in CAF [1]. While it is not identical, the style is relates to the