@BigApple0 wrote:
One thing I like about writing in text code is that I can use any text editor to view my code.
Yes, that works for simple code of a few lines. Good luck on inspecting advanced text code in notepad, because you'll lose all the special highlighting and all other tools of the programming environment. What good is viewing code unless you can actually modify and debug? 😄
The trained visual cortex is extremely good at recognizing shapes and their spatial relations (such as found on a LabVIEW diagram!), but there is a learning curve of course. Only using the OCR functionality to read text based code under-utilizes the brains capabilities! Even dyslexics can be good LabVIEW programmers, so it is more inclusive.
@BigApple0 wrote:
I don't have to screw around with figuring out and installing the correct version of LV.
You only need to install the newest version and you'll be able to open any code made in the last 20 years. (i.e. anything since LabVIEW 6)
@BigApple0 wrote:
Something that is a complete waste of time and really annoying.
I agree with the "annoying" part, but any significant software needs to be installed one way or another. It is not a waste of time unless the installation fails, and it usually does not. 😄