- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
What naming convention does your practice use with Shared parameters?
I have seen the following naming conventions
1.- COMPANY_FRAME_WIDTH
2.- FRAME WIDTH
3.- FRAME_WIDTH
4.- FrameWidth
5.- SP_FRAME_WIDTH (SP meaning Shared Parameter)
I prefer option number 2, from my point of view I see the following advantages
- User will find it easier to use.
- Refers exclusively to the element in question.
- Uppercase makes it easier to identify as a shared parameter.
- You don't have to rename the heading in schedules.
- Keeps the naming convention short, which can be an advantage when using Revit formulas.
Is there any disadvantage in this naming convention, when using Dynamo, Python scripts, or when working with multiple disciplines to identify content from each team?
Regards
Solved! Go to Solution.