Everyone who has read my previous posts knows that I enjoy the JSON format, mainly for its easy readability, adapt very good to classes, very interoperable with most web tools, and usually faster than other human readable formats, such as YAML). A couple of days ago I was fooling around with the new Interfaces in … Continue reading Interfaces, OOP and JSON
Month: July 2020
VI Analyzer and Git
For a while we've been trying to adopt good software engineering practices with LabVIEW. We've been aware of the VI Analyzer and the benefits of including the static code analysis in the workflow. For those who not know, the VI Analyzer Toolkit provides tests to your code that helps validate some style and practices and, … Continue reading VI Analyzer and Git
Project Templates
Hey, I'm back. It's been a while without posting, and now I'm bringing something that I've been researching in the past few weeks. It's been about project templates, more precisely, project structures. What is known... That was always my complaint about LabVIEW, I've never seen a similar a project structure, and it is easy to … Continue reading Project Templates