Code checker
Open
- Dominant language
- Python
- Stars
- 273
- Forks
- 17
- PR merge metrics
- No merged PRs in 30d
Description
I would add a function that checks that if the code is out of the valid range, then False is returned:
`
def is_bad_code(code):
return 100 < code or code >= 526
`
Contributor guide
No contributing guide indexed for this repository
Research direction
No file or test is named. Start by locating the code that handles HTTP status codes and determine where the requested is_bad_code function belongs; confirm the valid range and verify that codes below 100 or at least 526 return False, while in-range codes are accepted.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100