lukethehuman / code-review-tutorial

Code review tutorial exercises
MIT License
0 stars 0 forks source link

Fortran: Exercise 2 #11

Open github-actions[bot] opened 7 months ago

github-actions[bot] commented 7 months ago

Fortran Exercise 2: Refactoring

A team member (Betty) has been working on a project to simulate a football league over a season. Betty's code is all in one program in a single file, league_sim.f90. However, Betty would now like to use the routines contained in the main program in several of their other programs.

Betty created a module to enable the routines to be used by other programs and submitted their changes in a pull request. They'd like you to take a look at their code and offer suggestions on how to improve it.

Take a look at the pull request: