Replies: 5 comments 2 replies
-
Code of Conduct
style guidelines
Opening issues
Asking Questions
Submitting Pull Requests
|
Beta Was this translation helpful? Give feedback.
-
we should also choose one docstring style (I prefer Google's style, but I don't know if I always use it correctly) |
Beta Was this translation helpful? Give feedback.
-
Sticking to the conventions used in the OARX interface sounds natural. It is a common practice to disregard PEP 8 when it comes to wrappers (wx, gdal, Qt...) These guildelines could be versioned in a |
Beta Was this translation helpful? Give feedback.
-
added Just a note, it’s not my style to gate-keep or reject code based on style, but it is nice to have readable code. I know all my samples would be rejected 😁 |
Beta Was this translation helpful? Give feedback.
-
It might be worth considering adding permissions for some people to create new branches and push changes to those branches. This would make it easier to collaborate and test changes before pushing them to main. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
There’s a lot of things I care about from a C++ perspective that might not align with best practices in Python. There are also conflicting ideas, such as PEP-8
I chose signatures that tries to match to the documentation
https://help.autodesk.com/view/OARX/2025/ENU/?guid=OARX-RefGuide-AcDbObject__createExtensionDictionary
https://help.autodesk.com/view/OARX/2025/ENU/?guid=OARX-ManagedRefGuide-Autodesk_AutoCAD_DatabaseServices_DBObject_CreateExtensionDictionary
Beta Was this translation helpful? Give feedback.
All reactions