No description
| .gitignore | ||
| 01_renommage_variable.py | ||
| 02_renommage_parametre.py | ||
| 03_renommage_fonction.py | ||
| 04_liste_par_comprehension.py | ||
| 05_liste_par_intention.py | ||
| 06_extraction_sous_fonction.py | ||
| 07_extraction_variable_condition.py | ||
| 08_sortie_rapide.py | ||
| 09_if_else_vs_dico.py | ||
| 10_double_negation.py | ||
| 11_fonctions_vs_méthodes.py | ||
| 12_dataclass_vs_paramètres.py | ||
| cuisine.py | ||
| README.md | ||
Python refactoring exercises
How to use
- Clone the repo
- Go through the files in order
- The goal is to change the code as stated in the top comment, while keeping the behavior identical
Have fun :)