Work in progress 08/20/2024
Added 2024-08-20 10:08:51 +0000 UTCGood morning everyone.
These last 2 weeks have been very important for programming.
I'll explain why:
The sexual escalation scheme includes 16 pages with about 25,000 lines.
According to how I had initially thought of it, these pages had to be copied and pasted for each individual character created over time.
This would have caused quite a few slowdowns because a single change to the code would have had to be applied to all the schemes of all existing characters.
Now, thanks to a series of tricks, I have managed to make the scheme unique for all characters.
Advantages:
---------------------------
1) Potentially infinite margin for growth of the scheme:
Whenever the opportunity arises, I will be able to improve the scheme only once, allowing all available characters to benefit from these improvements.
---------------------------
2) More lightness.
When we have (for example) 20 characters, we will continue to have 16 pages of code, and not 320.
---------------------------
3) Less probability of bugs.
---------------------------
4) More professionalism.
It wasn't easy but believe me it was worth it.
Comments
Echoing what BadPossum stated, we are very excited to see the results of your labor! :)
Patralli
2024-08-26 09:58:52 +0000 UTCExcellent news, keep up the good work! We're all waiting eagerly to see the final results of your crazy genius ;) Just don't forget to sleep occasionally...
BadPossum
2024-08-20 11:19:31 +0000 UTC