Hello,
Currently working on a project for a company that uses your product.
Does Nordic use a certain style guide, or do they have a style guide internally that I could get acces to?
Greetings,
Sommmen.
Hello,
Currently working on a project for a company that uses your product.
Does Nordic use a certain style guide, or do they have a style guide internally that I could get acces to?
Greetings,
Sommmen.
Hi
We have internal guide lines, yes, but this is not something we are making available publicly.
I think our guidelines are based on a derivative of the Misra C standard, but I will check this with our software group and get back to you when I know more.
Best regards
Torbjørn
Thanks.
Looking more for the layout guides (identation, naming conventions, casing w/e).
I get that the actual guidelines are build upon years of experience, which has tremendous (business) value.
I'd just like my code to have the same style as nordic - and a document would help.
Hi
I looked into this, and was told our coding style is closely modeled after the Netrino standard, described in the following book.
Also, we use spaces for tabs and 4 spaces indent, which is not required by Netrino.
Best regards
Torbjørn
Hi
I looked into this, and was told our coding style is closely modeled after the Netrino standard, described in the following book.
Also, we use spaces for tabs and 4 spaces indent, which is not required by Netrino.
Best regards
Torbjørn
Cool, thanks for the effort.
maybe an idea to publish a small layout guide for future users, or a reference to the book somewhere.