That’s not a given. A friend of mine worked on a weather forecast implemented in Fortran by people who were better at meteorology than programming, and some functions had thousands of parameters. The parameters for one of the calls (not the function definition) were actually supplied in a separate include file.
the fortran code was probably written by someone who knew what they were doing and didn’t need 1 gb of libraries to implement the save button.
and the fact that the code survived till today does say something about its quality. i don’t think this is hard choice.
That’s not a given. A friend of mine worked on a weather forecast implemented in Fortran by people who were better at meteorology than programming, and some functions had thousands of parameters. The parameters for one of the calls (not the function definition) were actually supplied in a separate include file.