Tag: people habits

  • A Code Review Checklist

    Working in a team and doing code reviews are two of the most challenging parts of engineering jobs. Mostly that’s because teams are composed of actual people, and each of those people has a different past, a different background, a different culture, a different mindset, etc. Some people care about their work and invest time…

  • How to organize your code to save hours of work and write better code

    Organizing your code might not seem an essential task at first. People don’t give it enough attention and the effects can become overwhelming when the project’s complexity grows. Over the years, I have encountered many projects with various structures. At some point, things always became messy. I guess it had much to do with the…