Question

I'm currently working on introducing React in the company I work for. As the only one having done courses on the topic, who can I ask for a review to make sure the code is following 'best practices' and is implemented correctly?

Was it helpful?

Solution

There are other reasons to do a code review. If you have developers who are familiar with similar technologies, it may be useful to hold a code review meeting where you walkthrough the code and use it as a learning experience for the rest of the team. Their questions about what you are doing may help you find problems in your own code by talking through what you implemented and how you implemented it.

Licensed under: CC-BY-SA with attribution
scroll top