Course code:
WEB-13
Years with company:
3
Years programming:
6
Primary programming language:
c++
Other programming languages:
java, python, bash, lua, javascript, html
Unit test harnesses:
Jenkins + pytest
Something else:
something else.
Test practice now:
We have unit tests that run on git push and a coverage report that will +1 or -1 the code review, when code is submitted component and integration tests are ran.
Target system:
Centos system
Dev tools:
ssh, ftp, eclipse, pycharm, vim
Build time:
1-5 minutes
Coding standard:
We don't have one we try to avoid religious battles. the only rule is when modifying a file use the original authors style.
Function too long:
Our rule is if it doesn't fit in one normal editor view or contains repetition.
Code reviews:
Code is checked in and must receive a +1 from builds +1 from two team members and finally a sr member +2 and submits the code.
Code time:
50
Test time:
30
Debug time:
20
Favorite thing about dev:
Creating something out of nothing but a few or a lot of words :P
Least favorite thing about dev:
Red corporate tape.
Tdd knowledge:
Only what we have been doing witch is writing unit tests and components tests before we write the software.
Why are you attending:
One i was volunteered but i would like to get better and TDD so that i can bring these skills to my team.