Posts tagged with code review

  • Code review guidelines

    Sep 29, 2018

    In this post, I’m describing some do’s and dont’s about code reviews. I’m not focusing on the technical side, which depends on the technology stack, but on the process and the etiquette.

  • When developers cannot unit test

    Apr 9, 2016

    Unit tests is an essential method of ensuring quality and predictability of software. In my current work, we have been going through a hard learning curve involving many factors:

    • developers not familiar with unit tests.
    • a proprietary technology ecosystem where the community is typically not practicing unit tests at all.
    • a legacy code base not written with unit tests in mind
  • JavaScript Static Code Analysis, part 2

    Feb 13, 2016

    In the previous post, I talked about static code analysis and how it can be useful in enforcing and maintaining a consistent coding style, but also in catching subtle bugs and code smells. The focus was on two tools, jscs and jshint. What other tools and techniques can you use?

  • JavaScript Static Code Analysis

    Feb 7, 2016

    Reading code is hard. It’s often difficult to understand what the developer was trying to express when he was writing that function. If you keep your old projects around, go ahead and open them. You’ll probably struggle to read even your own code. It might even look as if somebody else wrote it.

This site uses third party cookies from Google Analytics and Google AdSense Accept and close popup