Course code: ICO-1
  • Years with company: 2
  • Years programming: 9
  • Primary programming language: C#
  • Other programming languages: I've used some python and java during my university years
  • Unit test harnesses: junit, xunit
  • Something else: I'm a relatively new software developer in the company, this is my first job after university
  • Test practice now: To be honest i don't for the most part - when I do I write unit tests in xunit but I never used a formal TDD approach
  • Target system: We target .NET systems
  • Dev tools: Visual Studio
  • Build time: 11-30 seconds
  • Coding standard: I try to keep it consistent with code written by others in terms of formatting, names, comments, etc
  • Function too long: Usually when I have to use the mouse wheel to read it all
  • Code reviews: We don't really do code reviews, except after I've deeply changed code written by somebody else
  • Code time: 50
  • Test time: 10
  • Debug time: 40
  • Favorite thing about dev: When the code I've written is helping solve a problem. It helps if it does so in an elegant way.
  • Least favorite thing about dev: I don't really enjoy having to spend much time figuring out what code written by somebody else does.
  • Tdd knowledge: I understand the idea behind it and the overall process
  • Why are you attending: To improve my coding habits