On 9/28/19 8:08 PM, kee nethery via use-livecode wrote:
Once the code is functional, I refactored it to make it more in line with the
way the destination code is typically structured.
That’s what I did. Tedious but straightforward and successful.
LOL. "And there we go, we've created Minecraf
I have converted from language to language and what I did initially was to
comment what every section of code did and how it did it (algorithms and
logic). The idea was that I should be able to delete the initial code and
reproduce it using the comments.
Then take the comments and write the cod