Course code: ICO-1
  • Years with company: 26
  • Years programming: 35
  • Primary programming language: C#
  • Other programming languages: C/C++, PHP
  • Unit test harnesses: Unit tests in Visual Studio
  • Something else: I am mostly working on server-side and communications.
  • Test practice now: Something with unit tests, but most just by running it in the test lab. Note that the communication requires testing many simultaneous connections, testing connection failures etc. and this may not be feasible with the unit tests.
  • Target system: Not sure what the question means.
  • Dev tools: Visual Studio 2022
  • Build time: 5-30 minutes
  • Coding standard: Not sure what 'coding standard' means.
  • Function too long: It does not fit on one screen (there are exceptions though)
  • Code reviews: We don't do code reviews too often. Usually only when fixing an already reported critical issue.
  • Code time: 40
  • Test time: 10
  • Debug time: 50
  • Favorite thing about dev: Creating new stuff - when it starts working for the first time.
  • Least favorite thing about dev: Maintaining old code, repeated work.
  • Tdd knowledge: Unit tests running during the build, which should guarantee that code did not get broken.
  • Why are you attending: We want to spend less time on maintenance.