Conversation
✅ Deploy Preview for cyf-common ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for cyf-curriculum ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
illicitonion
left a comment
There was a problem hiding this comment.
LGTM, thanks! I left a few comments around general patterns to consider, which may be helpful to think about both in this sprint and across the others.
I rejigged the backlog repos around so your one is now Module-Java. On the issues, you need to add the "Core" (or Recurring or Setup or Optional) labels for the issues to show up - I just (created the Core label and) added it to one issue as an example. We should probably clean up the labels in Module-Template so these are present by default (and remove a bunch we don't use any more)...
Also, please remove any sections that are just N/A, and I'd suggest maybe removing the How to get help and Submission & Review sections as these tend to be superfluous.
| src="module/entry-tracks/preparation" | ||
| [[blocks]] | ||
| name="Section 1: Getting Started with the IDE and main methods" | ||
| src="module/java/sprint-1/section-1" |
There was a problem hiding this comment.
Let's maybe call this ide-and-main-methods rather than section-1?
I'm not sure about keeping sprint-1 as a dir vs flattening - keeping them makes them easier to find, but flattening makes reorganising easier... 🤷
There was a problem hiding this comment.
Fair point on the first, implemented. on the second one I think that it's best to separate them out like this - we will want to find them much more often than we will want to reorganize them
|
Thanks for that - I'll make those changes when I get a mo :) |
|
All done @illicitonion |
illicitonion
left a comment
There was a problem hiding this comment.
LGTM, thanks! Do you want to keep going with the rest of the track in this one PR, or review+merge them separately?
| weight = 4 | ||
| +++ | ||
|
|
||
| Welcome to Sprint 1! In this sprint, you’ll take your first steps into Java development. Since you already have experience with programming concepts from the CodeYourFuture curriculum, we’ll focus on bridging your existing knowledge (mostly in JavaScript) with Java’s syntax and tools. The goal of the sprint is to get you writing, running, and debugging Java applications quickly, without diving too deeply into computer science theory or Java Virtual Machine (JVM) internals. |
There was a problem hiding this comment.
This seems a bit odd for the sprint success page - let's maybe move all this text to org-cyf/content/tracks/java/sprints/1/_index.md?

No description provided.