CCExtractor / CCExtractor/ultimate_alarm_clock
Standardize String Quotes for Consistency
Open
enhancement
good first issue
- Dominant language
- Dart
- Stars
- 112
- Forks
- 227
- PR merge metrics
- No merged PRs in 30d
Description
By convention, double quotes should only be used when the string contains a single quote to avoid unnecessary escaping. I plan to replace double quotes with single quotes wherever applicable to maintain consistency and improve code readability.
Contributor guide
Assessment
This issue has not been assessed yet.