We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey there!
In the last Python Dojo (the first one I've ever participated) we came up really close to a working solution to a specific problem.
One more line and I think it would solve it. But it was no trivial line, and the solution drifted to other approaches.
Well, guess we will never know if it would have worked out.
What about tracking code evolution/code snapshots during a dojo session?
git blame
Well, git? We already have multiple opportunities to save the code snapshot, e.g., during file watcher events or pilot switching.
git
Maybe a hook/callback approach would enable this feature and pave the way to others?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hey there!
Context
In the last Python Dojo (the first one I've ever participated) we came up really close to a working solution to a specific problem.
One more line and I think it would solve it. But it was no trivial line, and the solution drifted to other approaches.
Well, guess we will never know if it would have worked out.
Feature request
What about tracking code evolution/code snapshots during a dojo session?
Considerations
git blame
will affect the dojo's cooperation philosophy (I'm not sure if cooperation is an oficial dojo's philosophy)Use cases
During dojo
At home
Possible implementation
Well,
git
? We already have multiple opportunities to save the code snapshot, e.g., during file watcher events or pilot switching.Maybe a hook/callback approach would enable this feature and pave the way to others?
The text was updated successfully, but these errors were encountered: