Course code: ZEBRA-4
  • Years with company: 10 months
  • Years programming: 8
  • Primary programming language: Java
  • Other programming languages: Python, C++, Perl
  • Unit test harnesses: Zebra in-house tool
  • Something else: I am a senior at the University of Rhode Island. I am currently part time at Zebra as I am finishing my degree.
  • Test practice now: Verify that it works as necessary to meet specification. Use Zebra unit test harness.
  • Target system: Zebra Mobile Printers
  • Dev tools: Eclipse, Notepad++, Beyond Compare, Cygwin, Toolbox
  • Build time: 31-60 seconds
  • Coding standard: Comment appropriately. Use naming schemes that make sense.
  • Function too long: When it does more than one thing/ can be split into smaller sub-functions.
  • Code reviews: Have not participated in a code review.
  • Code time: 25
  • Test time: 35
  • Debug time: 40
  • Favorite thing about dev: I like creating new thing and fixing/solving problems.
  • Least favorite thing about dev: I don't like interpreting code without comments or unhelpfully named variables. I don't like writing tests.
  • Tdd knowledge: I know that it is centered around writing a test before writing the code.
  • Why are you attending: Attending this for work. I have heard that this technique is important, and would like to learn to code with TDD methods.