A small blog to my thoughts on LabVIEW software development
Home Page
Felipe’s Thoughts
Welcome to my blog. This blog is intended to be kind of my knowledge base. From now on, I’ll try to share what I found the most interesting in LabVIEW Software Development. Not just programming, but some thoughts and ideas in productivity and team working.
To start reading, go to the Blog page or navigate in categories or archive in the side column. Don’t forget to subscribe for new content.
For most of the modern languages, the development workflow is centered on local environments linked to a project where you have all your dependencies isolated from the rest of the system. LabVIEW until the current days does not have this feature, mainly because is not a modern language and also because the modern software engineering…
What about a diff report for LabVIEW files on a webpage? As all you of know, diff in a graphical language is quite a challenge, with few options, the solution ends up with running locally a script to run over all the code changes. As much as it “works”, it is time consuming and not…