▲ | angry_octet 10 hours ago | ||||||||||||||||
This serves as a lesson when naming projects -- call it something different to the core product. If you must have a package called ${name}-rs make it a wrapper around your repo. | |||||||||||||||||
▲ | the_mitsuhiko 9 minutes ago | parent | next [-] | ||||||||||||||||
When I started using Redis, Redis was a true open source project. There was no company yet. | |||||||||||||||||
▲ | Attummm 9 hours ago | parent | prev | next [-] | ||||||||||||||||
suffix the language name plus name would give us redis-py. Which in turn would create the filename redis_py.py Which would immediately raise the question why not a dot. redis.py > There are only two hard things in computer science: cache invalidation and naming things. | |||||||||||||||||
| |||||||||||||||||
▲ | 4 hours ago | parent | prev | next [-] | ||||||||||||||||
[deleted] | |||||||||||||||||
▲ | Aeolun 9 hours ago | parent | prev [-] | ||||||||||||||||
You can’t do that and expect it to be used. When someone needs a redis client library they search for ‘redis’ not ‘thingamabob’. | |||||||||||||||||
|