miniblog.
← Back to all posts
Oct 7, 2018 at 22:07
1
One nice thing about JIRA is that it encourages separate namespaces for IDs. You can have FOO-123 and BAR-123. Too many tools want to own #123 and it becomes harder to know what others are talking about.
Likes
INACTIVE
Related Posts
Feb 4, 2024 at 19:59
Do you think values and types should be in separate namespaces? Why/why not?
Sep 30, 2020 at 23:22
I'm sympathetic to the view that package namespaces are best avoided (e.g.
https://samsieber.tech/posts/2020/09/registry-structure-influence/
). If I release a package wilfred/foo, that makes it harder for it to become a community project later.
No Namespaces in Rust is a Feature :: Sam Sieber
Oct 26, 2018 at 00:13
Stable proc macros! Nicer namespaces! Many nice new features in Rust 1.30:
Redirect