Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
May 23, 2022 06:37 am GMT

Onboard new developers with your best coding practices

Why does onboarding matter?

The software industry has one of the highest turnover rates globally, 10-15% on average in past years. Thanks to organic growth or fundraising, several digital companies significantly increase their teams every month.

In that context, developers leaving or joining a team happens regularly, and the onboarding process of software engineers is unavoidable.

Few facts about onboarding:

  • It can take up to seven months for a new programmer to reach optimum productivity
  • New employees who go through a structured onboarding program are 58% more likely to be with the organization after three years (Source: Digitate)
  • Organizations with poorly-handled onboarding are twice as likely to cause new hires to seek new opportunities soon (Source: Allied)

In other words, a great onboarding experience has a positive impact on recruits wellness and retention in the company. Still, according to the Harward Business Review, 22% of companies dont have an onboarding process. Dangerous, right?

Whats essential when onboarding a developer?

Youll find plenty of content on the Internet on that topic, including checklists, tips, and advice to create a great onboarding experience.

Among the points to address:

  • The company culture, business, history, values, organization,
  • The project goal, core business, people/responsibilities, the incoming milestones,
  • The technical environment of the project (not exhaustive):
    • the codebase and its architecture (DDD ?)
    • how to set up a dev environment, build and run the app
    • the development workflow (TDD ?)
    • the CI/CD process (the DevOps Big Pic)
    • the coding standards and best practices

Lets focus on this last topic now!

An efficient onboarding process on best practices will definitively save you time for your first code reviews with your new developers*.*

Help new developers discover your best practices

We illustrated in other posts how you could use your favorite IDE (VS Code, Visual Studio, JetBrains suite, or Eclipse) or Web browser (for GitLab, GitHub, Bitbucket, and Azure integration) to define with your team your best practices, on any topic youre interested in: Clean Code, language, framework, security, performance, architecture, .

If you use Promyze for that purpose, youll end up with a repository of best practices, each of them documented with either positive or negative examples (the do/dont ):

An example of best coding practice with Promyze

Now, assume Lucy is joining your team today, and she needs to get familiar with your codebase and the standards and practices you use every day. Without Promyze, this is often managed - not without difficulty - using Wiki tools. Using Promyze, you get documentation with concrete illustrations from your codebase.

So at first glance, you could think that Lucy could go through each practice one by one to discover them. But only reading might be boring and not 100% efficient in a learning context.

Turn your knowledge base into interactive challenges

Promyze has this Discovery Workshops feature, which lets you create challenges based on your existing repository of best practices. Youll define workshops on the topics that are relevant to your context.

The concept is straightforward:

  • Build a list of best practices you want to include in your Workshop
  • Select for each practice some examples and counter-examples from the practice documentation.
  • Name your Workshop; youll probably include its topic in it (e.g., React)
  • Each user will have to find in the source code of the Workshop where some best practices have been followed or not.

Here is an illustration of how to create a Discovery Workshop:

Craft Workshop Creation

Assume now youd like Lucy to run this Workshop. On the right side of the screen will be listed all the practices to identify. The green color means the practice was applied correctly in the code, while the orange color means it did not. Using text selection, shell attempt to find the matching locations:

Craft Workshop Creation

Once shell finish the workshop, she can access the Workshop correction and compare her proposals with the correct answers:

Craft Workshop Creation

Then, shell get the results to see what she managed to find and where she was wrong. If we take a step back, such a Discovery Workshop:

  • Brings an interactive challenge for Lucy and improves her onboarding experience
  • Offers a better overview of where Lucy stands regarding your best practices and which points you should focus on with her
  • Is an automated and thus repeatable tool you can use for your future onboardings while saving time and gaining efficiency.

Want to get started and create your first Workshop? Get started on Promyze.com


Original Link: https://dev.to/promyze/onboard-new-developers-with-your-best-coding-practices-272

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To