element-hq / element-hq/synapse
Review script/entrypoint names
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 600
- Avg merge
- 5d 22h
- Merged PRs (30d)
- 51
Description
This issue has been migrated from [#12303](https://github.com/matrix-org/synapse/issues/12303).
---
Some of them are generic like `generate_config` and `hash_password` and ought to include a `synapse_` prefix or similar. We might consider pruning these if they're not useful too. These are things that eventually end up on people's `PATH`s with no context. We should choose names carefully and respectfully.
We should be able to effect any renames by changing setup.py/pyproject.toml and possibly the debian package config. We shouldn't need to rename any script files within the project. We'll also need to mention this in the upgrading notes.
Contributor guide
Assessment
This issue has not been assessed yet.