scandum / tintin

TinTin++, aka tt++, is an extensible console MUD client.
https://tintin.mudhalla.net
GNU General Public License v3.0
199 stars 56 forks source link

Request a new event to be notified that the #function is missing #193

Open dzpao opened 1 year ago

dzpao commented 1 year ago

If a long piece of code (e.g. more than 1000 lines) is running without a base function, the result will be incorrect, but it will be difficult for the user to find and correct it. This is possible in compiled languages with compile checking, but for TinTin++ I think it would be better to add an event.

Similarly maybe there are missing variables, or possibly other scenarios that I'm not think of.

scandum commented 1 year ago

Not a bad idea, I'll make a note on my todo list.