Activity overview
Latest activity by gnanasekar
Start with a simple strategy and evolve as needed.
Use consistent naming conventions for branches. ...
Frequently reverse integrate (RI) and merge into your main branch.
Encourage consistent code reviews - garbage in, garbage out.
Implement a CI/CD pipeline,
You can get more information here! https://goo.gl/rZiVVN / comments
Start with a simple strategy and evolve as needed.
Use consistent naming conventions for branches. ...
Frequently reverse integrate (RI) and merge into your main branch.
Encourage consistent code r...