You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
adding examples looks pretty straightforward, dev only needs to check if the name is already occupied and if so add a number. This could be done by a register function though.
When it comes to adding help, this becomes even more complicated. So instead of every library developer coming up with their own way to add their help, why not add a registration function?
e.g. register_help(name, location) or if mods can't read from othre mod's directories: register_help(name, contents)
also register_example() with same argument signature.
The text was updated successfully, but these errors were encountered:
adding examples looks pretty straightforward, dev only needs to check if the name is already occupied and if so add a number. This could be done by a register function though.
When it comes to adding help, this becomes even more complicated. So instead of every library developer coming up with their own way to add their help, why not add a registration function?
e.g.
register_help(name, location)
or if mods can't read from othre mod's directories:register_help(name, contents)
also
register_example()
with same argument signature.The text was updated successfully, but these errors were encountered: