Make It So
I’m a big fan of automating repetitive work with a Makefile
, especially when multiple steps or dependency chains are involved.
I’m a big fan of automating repetitive work with a Makefile
, especially when multiple steps or dependency chains are involved.
The software project lifecycle doesn’t usually end with delivery. If it’s not looked after properly, a project can often still cause you pain way beyond this stage.
#dev #documentation #security #work
I was first introduced to version control systems twenty years ago, first with CVS and then SVN. These days, like most others, I’m using Git. Over the years, various models and strategies have emerged for VCS best practice.
#work
From skimming LinkedIn posts over the past few months, it’s been obvious that plenty of people are loving working from home. I am, however, not one of them.
Researching and presenting to my colleagues – or learning new things from them – is proving to be a great distraction.
It is a fact that individual contributors to a codebase will come and go. Establishing good documentation practices is essential to enable an effective organisational memory.
#dev #documentation #work