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
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.
OpenAI’s latest o1 model now available in GitHub Copilot and GitHub Models
The December 17 release of OpenAI’s o1 model is now available in GitHub Copilot and GitHub Models, bringing advanced coding capabilities to your workflows.
Announcing 150M developers and a new free tier for GitHub Copilot in VS Code
Come and join 150M developers on GitHub that can now code with Copilot for free in VS Code.