Course code:
MEDT-2
Years with company:
1.5
Years programming:
7
Primary programming language:
C++
Other programming languages:
Python
Bash
JavaScript
Unit test harnesses:
GTest
Something else:
I enjoy building thing my spare time and don't like huge frame works.
Test practice now:
Unit tests and SITL tests
Target system:
armv7/x86 qnx systems
Dev tools:
VS Code
Build time:
1-5 minutes
Coding standard:
We have one, no specific guidance on unit test coverage. Req of no static analysis errors.
Function too long:
Personally, when It tries to accomplish more than one objective.
Code reviews:
At lease two dev reviewers.
Code time:
40
Test time:
30
Debug time:
30
Favorite thing about dev:
Using code to use hardware to interface with the real world.
Least favorite thing about dev:
Unnecessary complicated code, and arch, left by devs trying to be clever.
Tdd knowledge:
Design tests(establish functionality needs) first then write the code.
Why are you attending:
Testing code in units is faster than testing on HW. Want to get better at it.