Automattic / breakingbot

breaking incident management chat bot
GNU General Public License v2.0
1 stars 0 forks source link

Should we be more evented? #2

Open mhsdef opened 5 months ago

mhsdef commented 5 months ago

For better or worse, I intentionally avoided adding event emits across the bot. The approach helps reduce complexity in its directness in many ways; but it is also limiting in others such as third-party extensibility.

Should we reverse that decision?