Jump to content

Talk:Style Guide: Difference between revisions

From LabVIEW Wiki
No edit summary
Line 1: Line 1:
== VI Connector Pane ==
== VI Connector Pane ==
There seems to be some debate in regard to the "correct" connector pane to use based on recent edits. I think presenting the pros and cons of the 2 popular patterns helps. However, in general, I would prefer that any style guideline recommendations or objections be hashed out in this discussion page. There are exceptions to the rule and they should be pointed out. For example if you are creating utility VIs or converters. Then the connector pane can be adjusted so the VI can be smaller in size, for example. --[[User:MichaelAivaliotis|MichaelAivaliotis]] ([[User talk:MichaelAivaliotis|talk]]) 08:53, 15 January 2025 (UTC)
There seems to be some debate in regard to the "correct" connector pane to use based on recent edits. I think presenting the pros and cons of the 2 popular patterns helps. However, in general, I would prefer that any style guideline recommendations or objections be hashed out in this discussion page. There are exceptions to the rule and they should be pointed out. For example if you are creating utility VIs or converters. Then the connector pane can be adjusted so the VI can be smaller in size, for example. --[[User:MichaelAivaliotis|MichaelAivaliotis]] ([[User talk:MichaelAivaliotis|talk]]) 08:53, 15 January 2025 (UTC)
== Inconsistent examples for "Do not use camel-case, Pascal-case, or underscore characters for separation of adjacent words" ==
Some of the "good" examples appear to be in conflict with its definition. For example, <code>GenericRealTimeControl.lvproj</code> uses Pascal-case for separation of adjacent words. Were these supposed to be examples of how to rename them, like <code>GenericRealTimeControl.lvproj</code> &rarr; <code>Generic Real-Time Control.lvproj</code>? --[[User:Logmanoriginal|Logmanoriginal]] ([[User talk:Logmanoriginal|talk]]) 12:25, 25 January 2025 (UTC)

Revision as of 12:25, 25 January 2025

VI Connector Pane

There seems to be some debate in regard to the "correct" connector pane to use based on recent edits. I think presenting the pros and cons of the 2 popular patterns helps. However, in general, I would prefer that any style guideline recommendations or objections be hashed out in this discussion page. There are exceptions to the rule and they should be pointed out. For example if you are creating utility VIs or converters. Then the connector pane can be adjusted so the VI can be smaller in size, for example. --MichaelAivaliotis (talk) 08:53, 15 January 2025 (UTC)

Inconsistent examples for "Do not use camel-case, Pascal-case, or underscore characters for separation of adjacent words"

Some of the "good" examples appear to be in conflict with its definition. For example, GenericRealTimeControl.lvproj uses Pascal-case for separation of adjacent words. Were these supposed to be examples of how to rename them, like GenericRealTimeControl.lvprojGeneric Real-Time Control.lvproj? --Logmanoriginal (talk) 12:25, 25 January 2025 (UTC)