32
loading...
This website collects cookies to deliver better user experience
This post is a part of CodeSee's Emerging Developer Track. Learn more and find out how you can participate here.
Most people are fairly good at solving problems – but they are bad at diagnosing the right problems to solve.
git-bisect
. Yep, built into your git tools!git bisect
is a command built into git
with the purpose of helping us find out at which point we introduced a change to our codebase that we didn't want to add. By splitting all of the git history and checking whether the problem persists in each split, we drill down quickly to find out the commit that introduced it! This is also known as a Binary Search:console.log
, or puts
, or printf
, or System.out.println()
. I've even gone and used alert
in React Native projects!devise
gem, could you please take a look?"devrel[at]codesee.io
.32