55
What’s your favorite project you’ve worked on and why?
(programming.dev)
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Follow the wormhole through a path of communities !webdev@programming.dev
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 :)