dandi8@kbin.socialtoProgramming@programming.dev•Researchers found the top 10% of engineering orgs keep pull requests under 105 lines of code. They analyzed 2,000 dev teams and also said a rework rate under 8% and a daily+ deployment frequency put d
5·
1 year agoIIRC from the original report, the claim here is that even “gaming” these metrics leads to the desired result, as you can’t game these metrics without actually improving your processes. I tend to agree.
A while ago I wrote an extensible dummy data generator for Java.
I needed to fake some scientific data for a project at work and wasn’t satisfied with how closed for modification existing data generation solutions were, so I decided to tackle writing a library on my own.
It was my first major contribution to open source and had some architectural challenges which were fun to solve, not to mention the learning experience :)