Course code: CISCO-25
  • Years with company: 1
  • Years programming: 15
  • Primary programming language: C
  • Other programming languages: java, golang, python, lua
  • Unit test harnesses: junit, company-specific
  • Something else: C was the first programming language I learned.
  • Test practice now: Unit tests, manual testing, integration tests.
  • Target system: It's complex.
  • Dev tools: Source code search and cross reference engine.; vim as IDE.
  • Build time: 1-5 minutes
  • Coding standard: Match the existing code in terms of style; keep it simple.
  • Function too long: It's trying to accomplish too many things, instead of having one clear goal.
  • Code reviews: They're github pull requests :)
  • Code time: 20
  • Test time: 50
  • Debug time: 30
  • Favorite thing about dev: I like building things that are useful to people.
  • Least favorite thing about dev: I don't like repetitive tasks.
  • Tdd knowledge: Unit tests before coding.
  • Why are you attending: I'm interested in learning about the topic.