Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 758 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 758 Bytes

Lets practise cleaning code.

Paste links of Pull requests or commits which highlight the change before and after code is cleaned.

Example-

  1. Renaming of variables
  2. Implementation of a design pattern

How to contribute?

  1. Clean up code from any repository following clean code principles- https://gist.github.com/wojteklu/73c6914cc446146b8b533c0988cf8d29
  2. Create a pull request
  3. Paste the link of the pull request in the readme of the repo which highlights the changes made in the code
  4. LEarners can cpmpare the code before cleaning and after cleaning and learn from it..