I'm currently doing programming on the side and the code I have to look at has lots of repetition which I plan to reduce and to make the code more readable.
I talk about repetition because I've been burned by it at my workplace...I created duplicate code for parts of the program and when a bug came through the maintenance was doubled which took hours.
I know you call this the DRY principle, do you have any other tips/links about improving code so one doesn't have to feel like starting all over again if I look at it in a weeks time.
Thanks
I talk about repetition because I've been burned by it at my workplace...I created duplicate code for parts of the program and when a bug came through the maintenance was doubled which took hours.
I know you call this the DRY principle, do you have any other tips/links about improving code so one doesn't have to feel like starting all over again if I look at it in a weeks time.
Thanks