I recently wrote about my foray into Test-Driven Development. Following that experience, I was reminded of why I appreciate being mentored as a new developer. I’d just completed the Linked List data-structure challenge, where I wrote code that built a Linked List, reversed the list by implementing a stack, then…