How can momentum help you?
You should use momentum at every git push to ensure your code is ready for a pull request review.
Here's what momentum will tell you at every push
- Blast radius detection - this will be a list of endpoints that could potentially be affected by the changes you made in your code. This will also be a starting point to decide what parts of your code need to be tested before shipping to production. 
- Visualization 
- Behaviour identification 
- Code generation to test functionality 
- Debugging (using stack trace) 
- Self-healing (simple cases) 
Coming soon
- Debugging (using visualization) 
- Self-healing (complex cases) 
- Test data setup 
- Code fixation 
Last updated
Was this helpful?