6 ms·
You can definitely use this approach for large projects. No matter how big, at some point you are just reading a function or file. You don't need to read every
by coxley 1y ago
You can definitely use this approach for large projects. No matter how big, at some point you are just reading a function or file. You don't need to read every single file to find bugs.
This can be combined with a more strategic approach like: https://mitchellh.com/writing/contributing-to-complex-projects https://mitchellh.com/writing/contributing-to-complex-projec...