DEV Community

Discussion on: Embracing Your Coding Style: How Do You Express Your Individuality in a Tech Career?

Collapse
 
nlxdodge profile image
NLxDoDge

By being the lead developer sometimes. It awes me that we have a Functional Request come one for a check for one or more objects.
Then some other developer codes it for only one object, writes Unit Tests and Functional Tests.
Then the PR gets checked, and the person has to redo half of the work because they didn't read it correct.

That I what I do, I double check everything. I except everyone to get it wrong. So I check everything (And yes I also make a lot of mistakes, but that is what PR approvals are for).

So I would say that I leave a mark by being stricter and making sure the feature gets implemented correctly with the least amount of possible up-front bugs.