How to
A collection of 70 posts
Managing Dependencies with DQMH Messages
In one of his talks, Uncle Bob describes Software Engineering as the art of managing dependencies. This is something that a lot of new programmers have difficulty with. I often run into code written by beginners (and some not-so-beginnners) that has lots of circular dependencies. I also see a lot
Insta Coverage
I first heard about InstaCoverage at NI Week 2018. I was part of a panel discussing Unit Testing. Peter Bokor gave a brief presentation right before the panel started on a new unit testing tool IncQuiry Labs had created called InstaCoverage. He really emphasized the code coverage calculation. This is
Using Maps As A Better Way To Pass Command Line Arguments
So for those who don’t know, LabVIEW 2019 incorporates some new datatypes: Sets and maps. Piotr Kruczkowsk has been posting a bunch of possible use cases on Twitter. You can see them here. Peter has inspired me to come up with one of my own.
The problem with CLI
Gitting Started With Git
What do you use for source code control?
While I was asking everyone I met at NI Week about what frameworks they were using, I also started asking about source code control as well. Almost everyone I talked to universally said they were using some kind of source code control.
Finding LabVIEW Version of a File
Since I do consulting, I often end up inheriting code. Often I get called in because someone had hired a LabVIEW developer to write some code for them and then the LabVIEW developer had disappeared, either retired or moved, or got another job or something similar. Luckily they usually leave
Graphics Design for LabVIEW: Tips and Tricks
Graphic design should be important to anyone who designs and sells software. The look and appearance of your final product makes an impact on what your users think of your software. You want it to look professional. Unfortunately, especially if you are an engineer turned LabVIEW programmer like me, you
Alternative to LabVIEW's Installer Builder
Most people who develop software in LabVIEW are familiar with the installer build process from within LabVIEW. If you haven’t built an installer from within LabVIEW, it is similar to building an executable. The first step is to build your executable. Next you right click on Build Specifications in
Development Server Setup
Software Developers often use a development server which runs version control and bug tracking software. Version control systems, such as Subversion, keep copies of each iteration of the source code. This allows developers to roll back changes if need be to fix bugs or broken code. Bug tracking software, such