processing / processing/processing-website
Missing PShape::getChildren() method documentation
Nobody has claimed this yet.
- Dominant language
- MDX
- Stars
- 90
- Forks
- 122
- Avg merge
- 1h 43m
- Merged PRs (30d)
- 3
Description
The PShape::getChildren() method is not documented but still accessible.
Given how ubiquitous and idiomatic for-each loops are in Java, making it clear that the method is available would likely help beginners.
Contributor guide
No contributing guide indexed for this repository
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
Locate the PShape reference documentation in the processing-website source and find where other PShape methods are described. Document that getChildren() is available and explain its relevance to Java for-each loops; the work is done when the method appears clearly in the published reference.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100