Closed olenagerasimova closed 5 years ago
@0crat waiting for PR #48
@olenagerasimova PR #48 has been merged. Could you please edit the task description to include the additional changes discussed and made in the PR? Then I think that we can close this.
@scristalli thanks
@0crat quality good
TkNotifications
andTkThread
depend on database source now, I believe that's completely wrong. These classes should haveUsers
field instead ofDataSource
to keep low abstraction coupling and make unit testing possible and easy (we simply createUsers.Fake
implementation and will be happy). UPD We also got rid of datasource dependency inBotApp.java
.