Skip to content

Stage 0: Loops - #134

Open
Adrianamm wants to merge 20 commits into
frcsoftware:mainfrom
Adrianamm:fruitloops2
Open

Stage 0: Loops#134
Adrianamm wants to merge 20 commits into
frcsoftware:mainfrom
Adrianamm:fruitloops2

Conversation

@Adrianamm

Copy link
Copy Markdown
Member

Description

What changed? Why? (the code + comments should speak for itself on the "how")
Added information for Loops. This is for Stage 0 so it's needed

Meta

Merge checklist:

@Adrianamm
Adrianamm requested a review from a team as a code owner July 26, 2026 03:19
@Adrianamm Adrianamm added Curriculum material Curriculum materials, lessons for students, etc Stage 0 labels Jul 26, 2026
@github-actions github-actions Bot added examples infra Any infrastructure for building the website or syncing files stage0 labels Jul 26, 2026
@github-actions

Copy link
Copy Markdown

🌐 Preview URL: https://pr-134.frcsoftware.pages.dev

Comment thread src/content/docs/learning-course/stage0/loops.mdx Outdated
Comment thread examples/stage0/snippets/loops.java Outdated
Comment thread examples/stage0/snippets/loops.java Outdated
// [/whileExample2]

// [forSyntax]
rli:ignore

@0verkil 0verkil Jul 26, 2026

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure how to do it, but it would be nice if the rli:ignore wouldn't show up in the final code block. Maybe if it goes above the comment?

Comment thread examples/stage0/snippets/loops.java Outdated
Comment thread src/content/docs/learning-course/stage0/loops.mdx
loops](https://www.w3schools.com/java/java_while_loop_do.asp)
</Aside>

Conditionals, and loops may seem similar but they have different purposes.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change "Conditionals, and loops" to "Conditionals and loops".
Also, I'm not sure if its necessary to make this correlation between them

Comment thread src/content/docs/learning-course/stage0/loops.mdx
Comment thread src/content/docs/learning-course/stage0/loops.mdx Outdated
Comment thread src/content/docs/learning-course/stage0/loops.mdx
Comment thread src/content/docs/learning-course/stage0/loops.mdx Outdated
Comment thread src/content/docs/learning-course/stage0/loops.mdx Outdated
Comment thread src/content/docs/learning-course/stage0/loops.mdx Outdated
boolean condition = true;

void main() {
// [whileSyntax]

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
// [whileSyntax]
boolean condition = true;
// [whileSyntax]

@github-actions github-actions Bot removed the infra Any infrastructure for building the website or syncing files label Aug 11, 2026
Comment thread src/content/docs/learning-course/stage0/loops.mdx Outdated
Comment thread src/content/docs/learning-course/stage0/loops.mdx Outdated
Comment thread src/content/docs/learning-course/stage0/loops.mdx Outdated
Comment thread src/content/docs/learning-course/stage0/loops.mdx Outdated
Comment thread src/content/docs/learning-course/stage0/loops.mdx Outdated
Comment thread src/content/docs/learning-course/stage0/loops.mdx Outdated
Comment thread src/content/docs/learning-course/stage0/loops.mdx Outdated
Comment thread src/content/docs/learning-course/stage0/loops.mdx Outdated
Adrianamm and others added 2 commits August 11, 2026 16:16
Co-authored-by: Zach Harel <zach.harel42@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Curriculum material Curriculum materials, lessons for students, etc examples Stage 0 stage0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants