Course code: CARBON-1
  • Years with company: 0
  • Years programming: 18
  • Primary programming language: c-like languages
  • Other programming languages: ruby, python, js
  • Unit test harnesses: some minitest but mostly rspec and cucumber
  • Something else: i feel behind on the whole TDD/BDD movement (last company was not so progressive) and am eager to dive in. From what little i've experimented with, I have liked cucumber/BDD in that it seems to be low touch.
  • Test practice now: manual test plans (smoke tests).
  • Target system: RHEL-like linuxes running enterprise IT systems
  • Dev tools: gcc, vagrant for local testing, docker for building kernel modules of various distros,
  • Build time: 5-30 minutes
  • Coding standard: there currently isnt one that i know of. Personally, I use syntastic linters in my vim setup
  • Function too long: does too many things or needs to be scrolled too much
  • Code reviews: informal peer reviews. after two thumbs-up, we can merge into the code repository
  • Code time: 10
  • Test time: 50
  • Debug time: 40
  • Favorite thing about dev: learning
  • Least favorite thing about dev: being stuck
  • Tdd knowledge: I know of it relative to BDD but I havent done much TDD itself
  • Why are you attending: Need to setup my team's new test automation framework