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
Lacks some unit testing (esp. on the parsing date/time topic), but does
the job already.
The code still requires a bit of refactoring, which will be the purpose
of #36.
I am still using github-api as external dependency (https://github.com/pmauduit/slack-bot/blob/master/pom.xml#L151-L155). Since we are only doing some basic API calls, one could use the
GithubApiClient
class instead.Also the class GithubListener is doing a lot of github api logic by itself, and could rely more onto the previously mentioned one.
The text was updated successfully, but these errors were encountered: