Refactor For Maintainability
I stumbled across a blog post series and a repository implementing the Raft consensus algorithm in Go. Eli, the author, did a great job there, but in my opin...
I stumbled across a blog post series and a repository implementing the Raft consensus algorithm in Go. Eli, the author, did a great job there, but in my opin...
In Better Commits - Part 1 - Code Format I introduced a script which commits the code format changes separately from the logic changes. Consequently committi...
In our team we’re doing code reviews. But they tend to render the commit history messy.
In the first part Better Commits - Part 1 - Code Format I presented a way how you can make your code history easier to read by committing format changes sepa...
Does anyone see the real change?