Closed
Description
The code has about 30 occurrences of goto. We should replace it with modern Fortran's exit
, cycle
, return
and other flow constructs.
This is very important to make people more excited to use the new code base (such as for SciPy #14), see e.g. this comment:
I’m not sure if that’s what actually modern Fortran looks like - I had expected not, because there’s still a lot of goto's in the code (which is bad).