DEV Community

Discussion on: A laundry list of things I never heard of from bootcamp

Collapse
 
airbr profile image
Morgan Murrah • Edited

From the post it seems like git was likely used but not gitlab/gitflow, which are add-ons/services. I looked at gitlab once/ don't know what gitflow is.

I learned about the concept of TDD at my bootcamp circa 2016 but we wrote no tests/rely on manual testing and I've heard a bunch about testing but we don't do it at work either :/. Yeah that is not optimal but it's the reality for a lot of places.

Collapse
 
jenc profile image
Jen Chan

Yeah same they didn't have enough time to cover TDD in mine. I have learned of testing through the Koans learning methodology, though Jest/Mocha still isn't entirely clear to me.

The world truly is my oyster when everything is out there and I just have to sit down and do it.