Variations for template named requirement names
Open
- Dominant language
- Python
- Stars
- 20
- Forks
- 25
- PR merge metrics
- No merged PRs in 30d
Description
When a template parameter name is customized, for example when `DynamicBuffer` is hyperlinked, standard variations on the name should also resolve to the customization:
These are equivalent:
```
Handler
Handler_
DeducedHandler
OtherHandler
```
These rules would be "suffix underscore", prefix "Deduced" or "Other". These rules should be part of the application customization layer (I think).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.