OpenClassrooms-Student-Center / Billed-app-FR-Front

18 stars 525 forks source link

Module-scope functions declared at function scope instead #22

Open mulekick opened 2 years ago

mulekick commented 2 years ago

Many functions that should live at module scope are re-declared again and again at function scope (ex. onNavigate in "src/tests/Dashboard.js").