scratchfoundation / scratchfoundation/scratch-editor
My blocks - Added the ability to return values
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 281
- Forks
- 276
- Avg merge
- 7d 8h
- Merged PRs (30d)
- 6
Description
Hello,
I wanted to propose here the possibility of extending the functionality of My blocks and bringing it closer to the usual function we have in programming. So adding the ability to return values, I think it could significantly simplify the structure of blocks in many situations.
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
Start by locating the existing My blocks implementation and the code that executes custom blocks. Read related tests or examples to understand current behavior, then define how a returned value should be represented, produced, and consumed. Done should include an agreed behavior and coverage for the supported return-value cases.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100