User | Kudos |
---|---|
10 | |
6 | |
6 | |
5 | |
4 |
After working with text-based languages recently, I've become more aware of a very painful flaw in the LabVIEW IDE.
First of all, as software engineer, I like to perform experiments. Make a small change, test it. If it doesn't work, then just use Git to roll back the changes. I've been doing this for years, and with LabVIEW it has been fairly painful. Until recently I didn't realize there was a better way.
Why is it painful? Everytime I use Git to check out a different branch or roll things back, I am forced to close LabVIEW or at least close the project so that LabVIEW detects and loads the new code from disk instead of whatever it has in memory. I lived with that for years because I didn't know any better.
Enter text-based programming and IDEs: VSCode, PyCharm, probably any other modern IDE. I try an experiment, it doesn't work. I roll the changes back in Git and guess what? I don't have to open and close anything! The IDE just automatically detects the file has changed and loads the new file!
When is LabVIEW going to get with the times?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.