ESN-Trondheim / ESN-Trondheim/ESNbot

Use f-strings

Open
#33 1 comment 1 reaction 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.