processing / processing/processing-website
Missing PShape::getChildren() method documentation
未关闭
还没有人认领这个 Issue。
Reference
- 主要语言
- MDX
- 星标
- 90
- 派生
- 122
- 平均合并
- 1 小时 43 分钟
- 30 天内合并 PR
- 3
描述
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.
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
在 processing-website 的源代码中定位 PShape 参考文档,并查找其他 PShape 方法的描述位置。记录 getChildren() 可用,并解释它与 Java for-each 循环的相关性;当该方法清晰地出现在已发布的参考文档中时,工作即完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- java
- 领域
- documentation
- Issue 类型
- 文档
- 难度
- 2/5
- 预计耗时
- 1-3 小时
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100