Skip to content

arierap/lab-refactoring

 
 

Repository files navigation

Ironhack logo

Lab | Refactoring

Description

Let's spend some time reviewing your code now that you know a little bit more about clean code and good practices.

Instructions

  • Fork this repository.
  • Add the code of your first project. As it is, no changes! If you used Jupyter Notebook in your original project, your challenge in this lab is to change your project into a Python script, which means that you will turn your .ipynb file into a .py file.
  • Remember what you learnt during the lesson (good practices, clean code...).
  • Refactor your code!
  • Do your pull request. It should include: your original project (in a .py file) and the refactored version of your project.

Some hints

  • During the refactor, commit often and describe your changes (what did you change and why?)
  • Use different scripts, not only one.

Resources:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 66.8%
  • Jupyter Notebook 33.2%