No description
Find a file
2021-05-26 11:56:05 +02:00
.gitignore Update .gitignore 2021-05-26 11:56:05 +02:00
01_renommage_variable.py Initial commit 2021-04-04 14:00:04 +02:00
02_renommage_parametre.py Initial commit 2021-04-04 14:00:04 +02:00
03_renommage_fonction.py Initial commit 2021-04-04 14:00:04 +02:00
04_liste_par_comprehension.py Initial commit 2021-04-04 14:00:04 +02:00
05_liste_par_intention.py Initial commit 2021-04-04 14:00:04 +02:00
06_extraction_sous_fonction.py Small fix 2021-05-26 11:55:37 +02:00
07_extraction_variable_condition.py Initial commit 2021-04-04 14:00:04 +02:00
08_sortie_rapide.py Initial commit 2021-04-04 14:00:04 +02:00
09_if_else_vs_dico.py Initial commit 2021-04-04 14:00:04 +02:00
10_double_negation.py Initial commit 2021-04-04 14:00:04 +02:00
11_fonctions_vs_méthodes.py Initial commit 2021-04-04 14:00:04 +02:00
12_dataclass_vs_paramètres.py Initial commit 2021-04-04 14:00:04 +02:00
cuisine.py Initial commit 2021-04-04 14:00:04 +02:00
README.md Initial commit 2021-04-04 14:00:04 +02:00

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 :)