Closed pkoutoupis closed 1 year ago
@matteotenca Thoughts?
I will review you PR shortly. Thank you.
I will review you PR shortly. Thank you.
@pkoutoupis I don't know if it really makes more sense than this one solution of yours. It just avoids goto
s: when I was very young and I knew only BASIC
, on Sinclair ZX 81 and ZX Spectrum, and moved to the structured programming paradigm on Amiga in C and (A)REXX, I learnt that goto
is Evil. But for example, here it says that in a case such as ours, in this function, goto
is Good:
https://en.wikipedia.org/wiki/Goto#Common_usage_patterns
So... my PR is more about an inner battle to decide what is Good and what is Evil :-D
Reducing the amount of loops and directory scans.