3 Reasons you should use a Clipboard Manager

I bet you’re reading this because you don’t use a clipboard manager. Some of you may not even know what a clipboard manager is. In a nutshell, a clipboard manager is a computer program that adds functionality to an operating system’s clipboard. Many clipboards provide only one buffer for the “copy and paste” function, and…

Coding Concepts - Cyclomatic Complexity

Cyclomatic what? Even spell check doesn’t recognise the word, but it’s a super useful software metric for understanding how your software works. Having read about it a few years ago, it apparent use seems to have deteriorated. I feel it’s a very valuable tool in a developer’s arsenal, and something that should be used in…