Course code:
INF-1
Years with company:
1
Years programming:
4
Primary programming language:
C/C++
Other programming languages:
Python
Unit test harnesses:
CUnit framework
Something else:
I am interested to see how classes I took on TDD in college can be applied to real-world application code and how to integrate testing into already existing code bases.
Test practice now:
With log files and debugging statements
Target system:
Linux-OS based machine
Dev tools:
Visual Studio Code and GDB
Build time:
5-30 minutes
Coding standard:
It differs within my projects codebase as some of the code is acquired code.
Function too long:
Lately by using the getrusage utility, but eventually would like to use something like gprof.
Code reviews:
Pull requests are created that reviewers can comment on
Code time:
20
Test time:
40
Debug time:
40
Favorite thing about dev:
Being able to develop applications and systems that power today's innovations
Least favorite thing about dev:
Tracking down and plugging memory-leaks when they occur
Tdd knowledge:
That writing tests first demonstrates you know the expected/desired requirements of your code
Why are you attending:
Automating the testing of code functionality sounds like an incredible way to better allocate time