[Tracker] Coding Style



Hi all,

Now we have the code is a reasonably good state and the coding style all
much alike. I wanted to take this opportunity to remind people of the
coding style for writing patches, etc.

Right now, the coding style we use is outlined here:

  http://developer.imendio.com/codingstyle

Most importantly, this means sticking to the ISO C89 standard. i.e. not
defining variables anywhere, but at the top of functions and typedefs at
the top of the files. For more information on the ISO C standards:

  http://en.wikipedia.org/wiki/ANSI_C

This is about preference as much as anything I understand, but I would
prefer we try to keep things consistent in the project.

Jamie, what are your thoughts on this? Are you happy with trying to be
consistent with the coding style we have right now?

-- 
Regards,
Martyn



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]