handlers inside of handlers
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 5
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
If we could nest handers inside of handlers
`{hash_recursive_make:a_make:b}`
``` js
handler['recursive'] = function(req, optStr, next) {
var opts = optStr.split('_');
for(var i=0; i
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file or test is named. Start by locating the existing handler parsing and dispatch entry point, then compare its behavior with the proposed nested `{hash_{user_a}_{user_b}}` syntax. Done would require an agreed design and tests demonstrating nested handlers.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- testing
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100