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
Right now hubot plugin basically duplicates all the API logic for alias matching. That's bad because hard to maintain and error prone.
StackStorm API offers all the primitives for performing alias matching and everything else server-side. All the bot plugins should be very thin and simple wrappers around the API and be trivially to maintain (right now it's exactly the opposite).
That's something I already mentioned as blocker a long time ago when we worked on improved ChatOps, but it never materialized, we just added more regexes which makes everything even harder to maintain.
The text was updated successfully, but these errors were encountered:
Right now hubot plugin basically duplicates all the API logic for alias matching. That's bad because hard to maintain and error prone.
StackStorm API offers all the primitives for performing alias matching and everything else server-side. All the bot plugins should be very thin and simple wrappers around the API and be trivially to maintain (right now it's exactly the opposite).
That's something I already mentioned as blocker a long time ago when we worked on improved ChatOps, but it never materialized, we just added more regexes which makes everything even harder to maintain.
The text was updated successfully, but these errors were encountered: