Bird's ability to name sessions is redundant
Open
- Dominant language
- PHP
- Stars
- 2
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
``` php
$bird = new \Gajus\Skip\Bird([session name]);
```
Bird's constructor parameter allows to define bird's scope. However, this is redundant because `session_name` can be used instead.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start at the Bird constructor shown in the issue and inspect how its session scope is used alongside session_name. Confirm the intended API change and identify any documented or tested constructor behavior before deciding what would constitute removing the redundant naming capability.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- backend
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100