is part of your methodology. Hiding it is like a biologist refusing to describe their experimental protocol.
Open source is not charity. It is scientific rigor.
Why I Document Obsessively
Every library I publish includes:
- Clear installation instructions
- Reproducible examples
- API documentation
- Tests that demonstrate usage
- Version-controlled history showing evolution
This takes time. But it means someone in 2028 can:
- Understand what I did
- Reproduce my results
- Build on my work
- Find my errors
That last point matters. I want people to find my errors. That is how science works.
The Broader Point
Open source accelerates science by enabling replication, facilitating collaboration, preventing redundant work, and building cumulative knowledge. None of this works if the code stays on your laptop.
I will keep publishing everything. Not for recognition, but because science is a collective enterprise that only works if we show our work.