Topic: Extension Development Mini Primer
How does development of extensions work?
I mean, if it's in XML files, how does an author edit, overwrite, test new code, and continue on?
Does the extension have to be uninstalled & installed each time a change is made?
When there is an error in the script, does it give the line number of the eval error? Or just where the code was eval'ed?
I'm trying really hard to not prejudge having the code in XML files which get database loaded, my brain just sees a lot of troublesome issues around it that have all probably already been dealt with.
(I know the full docs about extensions are coming, but since the post asked us to play around with the system, some intro would be helpful. )