Code Reviews - Predictable and maintainable code
Episode 10 of the Mr.YES podcast, hosted by Eshwar Prasad Y (Mr.YES), titled "Code Reviews - Predictable and maintainable code" was published on May 16, 2020 and runs 14 minutes.
May 16, 2020 ·14m · Mr.YES
Summary
Code Reviews - Predictable and maintainable code. The code we write is consumed by 2 entities – Machines and Humans. Machines don’t care about how you write your code because a compiler compiles everything and feeds the machine. A machine is happy to run if your code is compiled successfully. That’s the end of the story. One the other hand – we have humans – our own team members – old and new. As I have already mentioned, we have style guides to help us follow simple coding standards like Tabs vs spaces, Prettier to format our code, it is more easy for everyone in the team to understand and reason-out on the code base if we have near-identical code.
Episode Description
Code Reviews - Predictable and maintainable code.
The code we write is consumed by 2 entities – Machines and Humans.
Machines don’t care about how you write your code because a compiler compiles everything and feeds the machine. A machine is happy to run if your code is compiled successfully. That’s the end of the story.
One the other hand – we have humans – our own team members – old and new. As I have already mentioned, we have style guides to help us follow simple coding standards like Tabs vs spaces, Prettier to format our code, it is more easy for everyone in the team to understand and reason-out on the code base if we have near-identical code.
Similar Episodes
Oct 7, 2019 ·45m
Jun 8, 2019 ·27m
May 22, 2019 ·8m
May 20, 2019 ·6m
May 17, 2019 ·10m
May 15, 2019 ·39m