opinion

Opinion: Business Case for CI/CD

Why At my company, we've been working on getting all projects on some sort of Continuous Integration/Continous Delivery workflow.  While the benefits of CI/CD are very well known in the technical community, there aren't as many listed benefits for the business.  In our research for providing business reasons to invest in CI/CD, the below table… Continue reading Opinion: Business Case for CI/CD

tip of the week

Tips of the Week: 6/4/2017

Double and float compares When I was doing some Java work this week, I had to compare two doubles a la this: if (firstPoint.slopeTo(secondPoint) == currentSlope) doSomeWork(); else { ... Everything ran great; however, when I ran this code through Findbugz, I got the following warning: L D FE_FLOATING_POINT_EQUALITY FE: Tests for exact floating-point equality. Because floating-point… Continue reading Tips of the Week: 6/4/2017