Course code: WEB-2
  • Years with company: 0.3
  • Years programming: 7
  • Primary programming language: C
  • Other programming languages: Python, C++, C#
  • Unit test harnesses: none
  • Something else: Just started here at micron, came from seagate doing the same kind of work.
  • Test practice now: running automated tests, and bench testing my drive with already made tests
  • Target system: testing done in linux on a drive or fpga
  • Dev tools: eclipse, notepad ++
  • Build time: 5-30 minutes
  • Coding standard: none
  • Function too long: when it becomes to long to follow
  • Code reviews: we use code collaborator and atleast two reviews must be on them
  • Code time: 30
  • Test time: 50
  • Debug time: 20
  • Favorite thing about dev: I love problem solving
  • Least favorite thing about dev: jumping through all the hoops to get code checked in
  • Tdd knowledge: i know it is a development philosophy that puts writing the tests for code before writing the actual code. This is supposed to reduce time spent debugging and help stabilize code.
  • Why are you attending: Company is adopting this TDD philosophy for code development. I want to know how to do it properly so I cam rely it to my other team members.