Course code: WEB-049
  • Years with company: 1
  • Years programming: 3
  • Primary programming language: Java
  • Other programming languages: Javascript Python C#
  • Unit test harnesses: NA
  • Something else: visual learner - I understand stuff better watching someone do it first rather than having to read a block of text
  • Test practice now: Unit tests only
  • Target system: NA
  • Dev tools: WSL, VS code, git, docker, jenkins, jira
  • Build time: Under 10 seconds
  • Coding standard: Just standard procedure a minimalist so minimal comments and try not to cross DRY standards
  • Function too long: too many arguments, function is doing more than one thing
  • Code reviews: Pair programming or AI review my code
  • Code time: 20
  • Test time: 20
  • Debug time: 60
  • Favorite thing about dev: The satisfaction of working on a complex problem and finally solving it
  • Least favorite thing about dev: documentation
  • Tdd knowledge: reassurance that my code is still working with new features
  • Why are you attending: To learn to tdd better, I always default to writing code first then writing tests after