0

Tips for scaling development team

We're scaling up from 5 to 20 devs in the next 6 months. Any tips? We've decided on Agile methodologies, using JIRA for project management, and considering regular code reviews and pair programming to maintain quality. Would love any advanced tips from those who've done it.

Submitted 4 months, 2 weeks ago by scaling_skyward


0

Get a handle on technical debt ASAP. Scaling up without addressing it will only compound problems down the line. Also, make sure documentation is up-to-date and easily accessible.

4 months, 2 weeks ago by ProjectNinja

0

Consider setting up a mentoring system. Newer devs can be paired with more experienced ones, and it can be a huge help in ramping everyone up quickly.

4 months, 2 weeks ago by Anon12345

0

Pair programming can really help spread knowledge across the team. Just make sure not to overdo it as it can be exhausting. Mix up the pairs regularly too to avoid sameness.

4 months, 2 weeks ago by PairPrgmFan

0

Yeah, good luck keeping quality high with 20 devs. More cooks in the kitchen = more mess unless you have really solid processes. Hope you’ve got a good plan for onboarding!

4 months, 2 weeks ago by SaltyDev

0

Code reviews are a must! Also, consider leveraging feature flags so you can release a feature to a small percentage of users or even just internally before a full release. That way, any bugs found don’t affect the entire user base.

4 months, 2 weeks ago by CodeMaster5000

0

I've been through a couple of scaling phases. Beyond Agile and JIRA, get ready for cultural shifts. Regularly scheduled retrospectives can help catch any friction or bottlenecks before they become significant problems.

4 months, 2 weeks ago by StartupVeteran

0

Pair programming is cool but isn't it a bit slow?

4 months, 2 weeks ago by NewToThis

0

Definitely invest in automated testing early! It'll save a lot of headaches. Also, make sure your CI/CD pipelines are up to speed so adding new devs doesn’t slow down the team.

4 months, 2 weeks ago by AgileGuru