|
|
|
|
|
by mitnk
1638 days ago
|
|
Nice series, thanks. In day2, the author refactored some "old-school" code[1], I'd say I prefer the old-school version (the new version is less readable to me). Old-school is not out-dated nor in-correct IMO. [1] https://ibb.co/C0cYbdt |
|
As you might see in the final code[1] the initial "cycle of noise generation" you are pointint to was gone at all (because several iterations of "making it one phrase" made it obvious that it has no context of its own, and should just be embedded in a points generation).
With that being said, I explicitly stated many times throughout the diary I don't expect the approach to be for everyones liking.
[1] https://github.com/zverok/grok-shan-shui/blob/main/grok.html...