Monthly Archives: July 2015

Global Variables And The Mess They Create In The Long Run

code_qualityRecently I tried to refurbish the code of a toolbox that I have created in Matlab. I have developed the code many many years ago when I was taking my first steps in programing with matlab and my coding skills were far from good. The main objective, which I thought it would be easy, was to remove all the global variables. Well, in practice I realised that this more difficult than I anticipated.

Continue reading