artumino / PapyrusVR

Initial SKSE Plugin to expose OpenVR to Papyrus, feel free to make suggestions and open issues. BEWARE this is not a stable release, once PapyrusVR will be ready It will be published on the nexus.
GNU Lesser General Public License v3.0
10 stars 2 forks source link

Code Style Guide #4

Open jacksoncougar opened 6 years ago

jacksoncougar commented 6 years ago

Would the XML version of comments or doxygen style be preferred?

What should the maximum code line be? (e.g. 80, 120, 200)

artumino commented 6 years ago

I would prefer XML documentation but since I still have to start documenting the code I'm open for suggestions.

Same goes for maximum code line, I try to go no further than 120 characters but I normally don't mind line length. For the sake of consistency we can start sticking with 120 chars maximum per line.