Tips & Tricks for Clean Code: Adding Rubocop to an open-source SDK

1 · PayPal · Sept. 14, 2021, 1:25 p.m.
Image of a Ruby by Joshua Fuller via UnsplashRuboCop is a handy style checking and formatting library that helps report and fix errors and/or style issues in your code. As a developer, this can help you improve your code before peer review and eventual public or production release.Additionally, when supporting an open-source (OS) library like the Braintree Ruby SDK, RuboCop helps ensure the SDK is more readable to the thousands of Ruby developers that use it and may need to dive deeper into the ...