Week 6 DRY

Stephen Karahalias
Design Computing
Published in
1 min readJun 13, 2017

Why are you so dry? And no I don’t mean your jokes (Ben). I mean Don’t Repeat Yourself (D.R.Y) in coding. We learnt today that being D.R.Y CAN help you in the long run.

We also learnt today about IO (input and output), refactoring and recursion. Refactoring is the process of making your code better, so making your scripts D.R.Y, concise, utilising variables well and having solid documentation.

--

--