06-19-2020 01:14 PM
A pair of joined suggestions came up around the office today:
a) the VI Analyzer spell check test shouldn't fail camel case names
b) a separate test should be added that flags camel case names to encourage the use of spaces in LabVIEW file names
Thoughts?
06-19-2020 02:09 PM
I am very much in favor of allowing CamelCase names through spell check. I have actually forked my own spell check test and enabled CamelCase spell checking (and provided it to Darren for consideration of being added to the parent).
As far as using spaces vs CamelCase in file names.... let me dig out the popcorn and watch the arguments. I'm all in favor of creating/adding all kinds of tests as long as they are able to be enabled/disabled/configured by the end user to match their requirements at their job (which by far is exactly what has been done and I would expect that to continue).
06-19-2020 03:06 PM
A CamelCase word is typically not a valid word, but the parts are. I assume you want to pass the spell check if the parts are valid words.
06-22-2020 10:08 AM
@altenbach wrote:
A CamelCase word is typically not a valid word, but the parts are. I assume you want to pass the spell check if the parts are valid words.
Yes