2

What is it with colleagues here not even thinking of making a comment in code that directly interacts with hardware.

They will write to the same register 4 times with different values, which is intentional I believe, but not bother to put one comment in there vagely explaining that it is in fact not a copy paste error...

Comments
  • 1
    During code reviews I always ask people to put comments in explaining why questionable code is there, it makes future me/you/others' job easier
  • 1
    @alexbrooklyn if only this was a code review

    I inherited this unfinished PR and have to get it done timely
Add Comment