Published in The PayPal Technology Blog·PinnedTips & Tricks for Clean Code: Adding Rubocop to an Open-Source SDKRuboCop 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…Programming4 min read
Published in The PayPal Technology Blog·Dec 7, 2021Using Documentation-Driven Design to Guide API DecisionsAs software design evolves, so do the thought processes behind the design decisions we make as engineers. Some of these development practices are widely known and talked about, such as Test-Driven Design, where changes to code…Programming4 min read