ESN-Trondheim / ESN-Trondheim/ESNbot
Use f-strings
Open
enhancement
good first issue
- Dominant language
- Python
- Stars
- 3
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
Should just use f-strings where applicable instead of concatenating.
Will improve readability and performance and handles different types better (i.e. not always necessary to cast to strings).
Contributor guide
Research direction
Start by searching the Python source for string concatenation and review each occurrence to determine which cases are applicable. The work is complete when applicable concatenations use f-strings without changing the bot's behavior; no specific files or tests are named in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100