mirror of
https://github.com/jlengrand/error-prone-support.git
synced 2026-03-10 08:11:25 +00:00
1.4 KiB
1.4 KiB
name, about, title, labels, assignees
| name | about | title | labels | assignees |
|---|---|---|---|---|
| 🚀 Request a new feature | Suggest a new feature. | new feature |
Problem
Description of the proposed new feature
- Support a stylistic preference.
- Avoid a common gotcha, or potential problem.
- Improve performance.
I would like to rewrite the following code:
// XXX: Write the code to match here.
to:
// XXX: Write the desired code here.
Considerations
Participation
- I am willing to submit a pull request to implement this improvement.