tabs - why isnt there more basic functionality?

tabs - why isnt there more basic functionality?

Hi all!

Dont get me wrong, i dont blame you, great work anyway ;)
I am just wondering whether there is a special reason why there is no dynamic add/remove functionality (for example) included in the basic plugin?

I am thinking about extending the plugin in that and some other ways but i am not sure whether thats the way to go. I also could realize such functionailty in a module via separate functions instead of extending the plugin (so i would provide functions which the id of an tab element as parameter and then add/remove tabs dynamically to the given tab element). It looks like extending would mean a lot more overload?

Is there anything considered as a good practice or rule of thumb when to go which way?

Best