inaka / rest_guidelines

REST API Design Guidelines
Apache License 2.0
11 stars 1 forks source link

Use the guideline style and principles of C++ guideline #8

Open olikasg opened 7 years ago

olikasg commented 7 years ago

As a general rule, a guideline is best utilised if it creates a common language, gives context and is based on consensus. I found the C++ guideline very informative and well organised. https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md

It introduces categories, reference numbers for easy referencing (including tools, books and blogs). I think this Rest guideline could benefit from the core principles of the C++ one.