Re: Coding style
Anthony Mallet <[email protected]>
| Newsgroups | gmane.science.robotics.orocos.user |
|---|---|
| Organization | LAAS (CNRS) - Toulouse - France |
| Message-ID | <[email protected]> |
Peter Soetens wrote : | I'd like to start a thread about coding style and coding tools. I know some | may find this early, but it's better that we decide this before the very | first pieces of code are written. I basically agree with your proposal (what about C ??), except that one widespread style uses a lower case letter as the first letter of symbols. something like: int orocosMyFunction() I think the most important thing (as a first step) is to be "coherent". I mean: 1. Choose a style and follow it for your own code. 2. If you are to edit code from other parties, respect the style which has been used.