- Joined
- Oct 24, 2018
- Messages
- 58
- Thread Author
- #1
I currently have two bots published, both of which are abstracted by a common class:
I'm now preparing to publish a third bot, but the commits also include changes to AbstractBot.
Given that I haven't changed the manifests for Bot1 and Bot2, is it safe to push Bot3 to the review queue if I don't want AbstractBot's changes to be applied to the older bots yet?
Code:
public class Bot1 extends AbstractBot {
}
public class Bot2 extends AbstractBot {
}
I'm now preparing to publish a third bot, but the commits also include changes to AbstractBot.
Given that I haven't changed the manifests for Bot1 and Bot2, is it safe to push Bot3 to the review queue if I don't want AbstractBot's changes to be applied to the older bots yet?