Y
Hacker News
new
|
ask
|
show
|
jobs
by
superfunc
3830 days ago
Cool project. Small rant; can we please stop titling our libraries with the language extension as a portion?
5 comments
jondlove
3830 days ago
I like it (for otherwise generic names); it quickly shows which language the library is for, reduces name collisions, and makes Googling easier.
link
superfunc
3830 days ago
That's fair, but I feel like most languages have searchable package repositories, and I'd be searching in one of those, eliminating the need for such naming.
link
icebraining
3830 days ago
Package repositories are useful to download the libraries; not so much if you're looking for discussions regarding them.
link
nikolay
3829 days ago
I can hande the "py" prefix or suffix (hopefully lower-cased though), but the dash is too much!
link
jMyles
3830 days ago
How come?
link
frankling_
3830 days ago
Who's "we"?
link
superfunc
3830 days ago
I tend to see it a lot in python, go and rust as of late.
link
pekk
3830 days ago
It is largely because the package namespace is polluted, so the name you want is never available.
link
wolfgke
3830 days ago
The Hacker News Community?
link
belleandsebasti
3830 days ago
This is part of Python culture.
That's like me saying "can we stop choosing HN usernames that contain programming references?"
link