Maintaining a consistent codebase is every engineer’s dream. To achieve this, one brute-force method is to look through every pull request being merged and find issues yourself. However, this is too much manual work and could frustrate the reviewer and the pull request author. What if it could be automated?
Share this post
How to implement custom ESLint rules in your…
Share this post
Maintaining a consistent codebase is every engineer’s dream. To achieve this, one brute-force method is to look through every pull request being merged and find issues yourself. However, this is too much manual work and could frustrate the reviewer and the pull request author. What if it could be automated?