From charlesreid1

(Created page with "==Refactoring== A handy guide to refactoring code that contains GOTOs: https://www.itjungle.com/2018/08/27/guru-refactoring-rpg-goto/ ==Examples== Collected algorithms of...")
 
 
Line 13: Line 13:


[[Category:Programming]]
[[Category:Programming]]
[[Category:Mathematics]]
[[Category:Math]]

Latest revision as of 21:34, 17 March 2019

Refactoring

A handy guide to refactoring code that contains GOTOs:

https://www.itjungle.com/2018/08/27/guru-refactoring-rpg-goto/

Examples

Collected algorithms of Transactions on Mathematical Software (TOMS) in netlib contains copious examples of code (and pseudocode) with GOTO statements: http://netlib.org/toms/


Flags