Course code: WEB-33
  • Years with company: 3
  • Years programming: 15
  • Primary programming language: C#
  • Other programming languages: C++, ASM
  • Unit test harnesses: Unity (throwtheswitch.org) Unit Test (.NET)
  • Something else: I love programming, as well as outdoor activities
  • Test practice now: Unit tests, run the code use the device (user perspective)
  • Target system: CubeSat
  • Dev tools: VisualStudio, Visual GDB
  • Build time: 11-30 seconds
  • Coding standard: Orally defined, not real standards used
  • Function too long: By its number of lines or when you cannot keep its entire behavior in mind while (re)writing or reading it
  • Code reviews: While reviewing git pull requests (MS DevOps)
  • Code time: 50
  • Test time: 30
  • Debug time: 20
  • Favorite thing about dev: There are millions of ways to do it, it's like an art, it offers concrete solutions to real needs and it can always be improved
  • Least favorite thing about dev: Finding faint bugs (those that "sometimes" happen)
  • Tdd knowledge: It helps developers having great sleep during night (or after programming session) It greatly helps code writing. It prepare your mind Once tests are set (takes most of the time) you "just" have to write code to make the tests pass (easy ^^)
  • Why are you attending: To improve my test skills and learn new technique(s)