Course code: WEB-34
  • Years with company: 18 years
  • Years programming: 8
  • Primary programming language: java
  • Other programming languages: t-sql, c#, .net, c, c++
  • Unit test harnesses: junit, testng
  • Something else: worked with qa team to automate some of our testing environment.
  • Test practice now: not very well
  • Target system: linux
  • Dev tools: visual studio 2017, 2019, 202+, Eclipse IDE, intelliJ
  • Build time: 11-30 seconds
  • Coding standard: don't really have one
  • Function too long: when it can be broken into smaller functions.
  • Code reviews: have had a few, but not very many.
  • Code time: 60
  • Test time: 30
  • Debug time: 10
  • Favorite thing about dev: challenge of solving problems in a different way.
  • Least favorite thing about dev: testing
  • Tdd knowledge: it is test driven, in that the test cases are created before any code is written, which really focuses on the development, being test driven, instead of code first. It will force us to think about testing before any code is complete.
  • Why are you attending: to see how the tdd is supposed to be, so that we may incorporate it in our development processes.