bocoup / bots

Our bots.
8 stars 8 forks source link

start/stop pom commands #125

Closed jennschiffer closed 8 years ago

jennschiffer commented 8 years ago

as i look into handling conversation state, i'm putting in the conditional logic from the requirements/analysis part of the process so i can visualize it all better in the code 🎅

cowboy commented 8 years ago

It might be helpful to create a Pom class that you can create instances of, with all the behaviors you're implementing as methods on that class. That way, the bot can just be a UI layer on top of the class. Also, it would allow you to create multiple Pom instances, and also write bot-agnostic tests.

jennschiffer commented 8 years ago

@cowboy thanks, that's exactly what i'm reading up on now!