Trust in Code
As a software engineer, you tend not to trust code you don’t write yourself. Or even if you have written it yourself, there is a tendency to think we could write it better this time. Eventually, you run up against a project that is too complex to write from scratch. You will look for libraries and tools to help you solve the problem. Once a library has been located, the questions only grow. Is the library safe? What dependencies does this particular library have? How do I know I can trust it? ...