Course code:
HON-1
Years with company:
5
Years programming:
3
Primary programming language:
Python
Other programming languages:
C, VB.net, labview
Unit test harnesses:
none
Something else:
I am an electrical engineer who enjoys dabbling in software. I have 2 daughters at home, a 6 year old and a 3 month old.
Test practice now:
Trial and error.
Target system:
windows and linux
Dev tools:
visual studio code
Build time:
1-5 minutes
Coding standard:
no real standards for me, i try to follow pep 8 when coding in python.
Function too long:
when it is trying to do too much.
Code reviews:
review with other engineers on the project.
Code time:
50
Test time:
25
Debug time:
25
Favorite thing about dev:
problem solving aspect.
Least favorite thing about dev:
running into syntax errors, having to dig too deep to solve a problem.
Tdd knowledge:
Write tests before you ever write a line of code. Then you write code to pass those tests.
Why are you attending:
To learn more about test driven development, become a better programmer.