March 2022 Summaries
2 posts from Axolo
Filter
Month:
Year:
Post Summaries
Back to Blog
The Single Responsibility principle (SRP) is applied to conversations on Axolo's messaging tool, Slack. This principle states that each channel should have a single specific topic, whether it's a bot or human conversation. By adhering to SRP, predictability and control are achieved in communication. Asynchronous conversations become easier to follow through since users can read and react to relevant topics at their convenience. Axolo uses these principles for pull requests by creating specific channels for each one, allowing developers to batch-reply, get notified only when needed, and maintain discussions within Slack channels for better documentation in GitHub. Overall, this tool enhances productivity and streamlines the code review process.
Mar 28, 2022
449 words in the original blog post.
The article discusses GitHub and Jira integrations, explaining that Jira is an issue tracking tool used for agile development while GitHub allows developers to share codebases among team members. It highlights the native Atlassian integration between GitHub and Jira, which offers automatic synchronization of pull requests, deployments, branches, builds, and commits in Jira. The integration also displays relevant Jira information in GitHub issues and pull requests. However, it mentions that reviews for this native integration show mixed feelings due to potential bugs and missing features. As an alternative, the article suggests using third-party services like Exalate, Hevo Data, automate.io, Zapier, and Unito for more customized integrations between GitHub and Jira.
Mar 17, 2022
658 words in the original blog post.