Course code: WEB-29
  • Years with company: 4
  • Years programming: 7
  • Primary programming language: C++
  • Other programming languages: C#, C, Python, Java
  • Unit test harnesses: Jenkins
  • Something else: We mainly use C++ at work, but this is my least used language used in school. A lot of our effort right now are expanding our unit test support, so I figured this would be a great opportunity to learn more about C++ and testing our code.
  • Test practice now: Run scripts through Jenkins each night.
  • Target system: N/A
  • Dev tools: Eclipse
  • Build time: 1-5 minutes
  • Coding standard: Well defined. The code is the main reference for coding standards but we do have documentations somewhere....
  • Function too long: Usually when you have to scroll to see the what the whole function does is usually a sign to start breaking the code out into smaller methods. This is very situational though, sometimes it's hard to avoid.
  • Code reviews: Usually one on one meetings stepping through the code. Sometimes we have larger groups (around 5 people) stepping through each line.
  • Code time: 4
  • Test time: 2
  • Debug time: 4
  • Favorite thing about dev: I love problem solving and challenging my brain.
  • Least favorite thing about dev: Documentation/Commenting. Setting up an environment.
  • Tdd knowledge: nothing!
  • Why are you attending: I just finished college and looking to expand my knowledge and contribute more to our team.