Talk:Style Guide
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.lvproj
→ Generic Real-Time Control.lvproj
? --Logmanoriginal (talk) 12:25, 25 January 2025 (UTC)
Entire block diagram should fit on the monitor
In the age of wide screen monitors and zoom capabilities, we probably need a more up-to-date definition of when a block diagram fits on the monitor. For one, the block diagram should fit on the monitor at 100% zoom level. Based on "Code should look good on a 1536 x 824 monitor", using Arrange VI Window, in my opinion the same restrictions should apply to block diagrams. --Logmanoriginal (talk) 12:46, 25 January 2025 (UTC)
- I think a good size ahould be whatever fits on a 1920x1080 monitor. --MichaelAivaliotis (talk) 02:14, 15 February 2025 (UTC)
- 1536 x 824 is the resolution you get for a 1920 x 1080 monitor with 125% scaling (minus 40px for the taskbar on Windows 10). This is the default setting for most laptop screens in the range of 14" to 17". To make it simpler, the recommendation should probably be for a maximized window on a 1920 x 1080 monitor at 100% scaling and 100% zoom level: "Code should look good on a 1920 x 1080 monitor with 100% scaling at a zoom level of 100%" Does that sound about right? --Logmanoriginal (talk) 17:32, 19 February 2025 (UTC)