Ref Names in URLs
We’ve got another URL cleanup for you: ref names in tree browsing URLs. In The Old Days You’d take this path: http://github.com/ezmobius/redis-rb/tree/master http://github.com/ezmobius/redis-rb/tree/308c4e3fb7df212cd4c9f06260bd68a3566cb53c/lib http://github.com/ezmobius/redis-rb/blob/308c4e3fb7df212cd4c9f06260bd68a3566cb53c/lib/redis.rb Gross. In The New Days You…
We’ve got another URL cleanup for you: ref names in tree browsing URLs.
In The Old Days
You’d take this path:
- http://github.com/ezmobius/redis-rb/tree/master
- http://github.com/ezmobius/redis-rb/tree/308c4e3fb7df212cd4c9f06260bd68a3566cb53c/lib
- http://github.com/ezmobius/redis-rb/blob/308c4e3fb7df212cd4c9f06260bd68a3566cb53c/lib/redis.rb
Gross.
In The New Days
You take this path:
- http://github.com/ezmobius/redis-rb
- http://github.com/ezmobius/redis-rb/tree/master/lib
- http://github.com/ezmobius/redis-rb/blob/master/lib/redis.rb
Much nicer.
Written by
Related posts
Seven years of open source: A more secure and diverse ecosystem
Explore insights into open source community growth, innovation, and inclusivity with an updated survey dataset.
GitHub Availability Report: December 2024
In December, we experienced two incidents that resulted in degraded performance across GitHub services.
Inside the research: How GitHub Copilot impacts the nature of work for open source maintainers
An interview with economic researchers analyzing the causal effect of GitHub Copilot on how open source maintainers work.