Jeff Atwood
Jeff Atwood
If it's never called, I say we can remove it? Should this be in the porting notes?
I would say we want the project to reflect modern coding practices, so essentially convert the gotos to subroutines would be preferable versus a "straight" port.
Sure @shayneoneill if you are up for it a pull request is very welcome! Thank you!
should we do a pull request?
So is the readme wrong, or the code?
Sure! Good idea. Maybe put that in the root porting notes for that program?
Thank you!
The idea is that most of these were simple single file programs to start with, so breaking them apart, unless it's only 2 files instead of 1, seems to run...
You *can*, just keep it as minimal as possible. E.g. don't create a super complex Enterprise Edition implementation that's overengineered. Whatever feels appropriate to the size and scope of these...
It's not a sophisticated codebase, no ;)