Split cat function
Open
- Dominant language
- TypeScript
- Stars
- 3
- Forks
- 0
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 8
Description
Split the cat function into two functions `index` to always show the current day and `show` to show previous days.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the current `cat` function and its callers in the TypeScript source. Check how it selects the current and previous days, then split those responsibilities into `index` and `show`; verify both call paths still return the intended day’s cat photo.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- tooling
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100