Week 6 in code

Michael Rizoski
Design Computing
Published in
1 min readApr 12, 2017

This week we learnt about IO (input and output), refactoring and recursion.

Refactoring is a process of making your code more approachable and friendly to you future self. It involves going through and finding places where you have; repeated yourself, used inappropriate naming, bloated functions, too complicated code, or where there isn’t clear enough comments. This will help in the long run as it repays your technical debt and keeps your scripts DRY (Don’t Repeat Yourself)

--

--