10

Is it weird that I'm excited to get to test my code for my side project that I'm working on? It feels like I should hate this since I'm going to graduate next year and my career will be doing this as a job. Really, though, I'm glad to make sure my code is designed properly. It gives me confidence in my programming skills. BTW, if anyone is trying to use a build tool in Python there are NO guides to get started that I've seen! I had to go through trial and error to get pybuilder running!

Comments
  • 2
    It's not weird at all. I hope you never lose that excitement! it's what drives a lot of us in this field.
  • 2
    @lreading Yeah. Once I used TDD in my Software Engineering class, I was like "This is the way to go!" Whenever I do a side project now I want to make sure it's properly tested before I let others see it.
Add Comment