[Extra] Pull request
For the pull request Alan and I grouped up to edit each others code. Unfortunately, he had already completed everything and his code was all well done so there wasn’t much I could find to change. However, I was able to make a few minor changes, which I tried to make all a little different, including:
- Including his name in the README file
- Removing all the “pass”s in his earlier exercise (reduced code by 12 lines)
- A bit of optimisation to his square koch code (reduced code by 7 lines)
For Alan he sent a few pull requests for the following which helped reduce my length of code significantly whilst increasing my amount of lambdas significantly as well:
- Fixed spelling in one docstring
- Condensed and “lambdafied” two exercises (even ended reducing one by 46 lines .. wow)
What would have been smart would have been to use this pulling system earlier since I tended to help out a lot of people in person and a few people helped me as well. However, I didn’t know how to do the request till now.