Gregor Riegler
Gregor Riegler
I understand and share your sentiment. However, mob.sh currently follows this design concept: 'mob is not interactive.' Not sure how to solve that.
I like the Idea. Would love if the argument also told that it would delete the remote branch. `mob reset --delete-remote-wip-branch` or something else. Also I would not mind if...
Good Idea. When you think about the wording, keep in mind that somebody else might want to do a mob next hook next. The name of the hook should be...
We'll use this PR as a learning and restart with a smaller step by just extracting a say.go
We can focus on one leaf at a time, and try to extract that. While doing that we will notice whether there are any cyclic dependencies. And if there are...
The PR shows how we could extract leaves without introducing cyclic dependencies. Now we would have ``` mob ---------------------⬎ ⤷configuration ------> say ```
Of all the code of `mob.go`, if I had the opportunity to choose one thing to pull out of it, it would be the `configuration` code. That code is really...
This is how they did it in the tdd-gradle-plugin ``` class ContinuousClearPlugin implements Plugin { @Override public void apply(Project project) { if (project.gradle.startParameter.continuous) { project.gradle.addListener( new BuildAdapter() { void projectsEvaluated(Gradle...
I'm not used to the timer. Sounds reasonable to me. Should we slice those features? Or would you like to collect it in one
Then I didn't understand it entirely. Please provide an example for what you mean with the real timer.