DEV Community

Discussion on: What is your thought process to develop the extendable application?

Collapse
 
benjioe profile image
Benjioe • Edited

What's the impact if a new release of your application create bug in an external developper's plugin ? How serious is it for your business ?

Is your software a SAAS ?

Collapse
 
chenxeed profile image
Albert Mulia Shintra

Hi @benjioe , thanks for the question!

It'll be serious when there's bug between release. I believe we can minimize it by having proper unit test for the extendable API and the plugins.

Yes, the software is a SAAS which any release may impact user publicly.

Collapse
 
benjioe profile image
Benjioe

So do you need an open API like forem ones or somethings like a cloud marketplace (azure marketplace)