What do you primarily look for when you start reviewing code written by your peer? What tools do you use? While coding is fun, how do you make the review process fun?
For further actions, you may consider blocking this person and/or reporting abuse
What do you primarily look for when you start reviewing code written by your peer? What tools do you use? While coding is fun, how do you make the review process fun?
For further actions, you may consider blocking this person and/or reporting abuse
Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.
Mike Young -
Mike Young -
Ahmad Tibibi -
Rivka -
Top comments (1)
As part of code reviews one should try to implement DRY - Don’t Repeat Yourself and see if we are following KISS - Keep it Simple and as part of design phase incorporate SOLID. What others do you suggest?