Remove Engineering Management Remove TDD Remove Test-Driven Development
article thumbnail

How to build confidence as an engineer: an interview with Jacque Garcia, CircleCI Software Engineer

CircleCI

In this series, we pulled aside folks from across our engineering department to talk about confidence. From the technical executives to folks on the ground in engineering, management and site reliability, we wanted to know what “confidence” meant to them, and how it had changed over the course of their careers.

article thumbnail

Here’s Why You Should Write Unit Tests

Modus Create

In the testing pyramid , unit tests are faster than integration and end-to-end. Here are a few limitations of unit testing: Unit tests cannot catch integration-level bugs. Unit testing increases the amount of code to be written. A debatable topic is to have 100% code coverage across your application. Conclusion.

Testing 40