Skip to content

Commit

Permalink
Flattened 'More' menu ribbon
Browse files Browse the repository at this point in the history
Combined FAQ/Getting Started
  • Loading branch information
mplavcan committed Apr 17, 2024
1 parent 0305fe5 commit d3fd477
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 42 deletions.
9 changes: 0 additions & 9 deletions _includes/navbar_items_participants.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,6 @@
<li class="nav-item">
<a class="nav-link" href="{% link the-workshop/index.md %}">The Workshop</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="nav-menu-more" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
More
</a>
<div class="dropdown-menu" aria-labelledby="nav-menu-more">
<a class="dropdown-item" href="{% link resources/code-of-conduct.md %}">Code of Conduct</a>
<a class="dropdown-item" href="{% link resources/frequently-asked-questions.md %}">FAQ</a>
</div>
</li>
<li class="nav-item pl-lg-4">
<a
href="{% link facilitators/index.html %}"
Expand Down
5 changes: 4 additions & 1 deletion _layouts/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@
</ul>
</div>
<div class="col-lg-3 offset-lg-6">
<p>The Coderetreat Contributors 2020</p>
<ul class="list-unstyled">
<li>The Coderetreat Contributors {{ 'now' | date: '%Y' }}</li>
<li><a href="{% link resources/code-of-conduct.md %}">Code of Conduct</a></li>
</ul>
</div>
</div>
</div>
Expand Down
26 changes: 26 additions & 0 deletions getting-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,29 @@ Please also make sure to setup your laptop so you can start right away. A sessio
<li><input type="checkbox" class="mr-1"> <a href="https://git-scm.com/">git</a> for versioning </li>
<li><input type="checkbox" class="mr-1"> An empty project with a failing test-case (e.g. <a href="https://github.com/swkBerlin/kata-bootstraps"><code>kata-bootstraps</code></a>)</li>
</ul>

## Why do I need to delete my code?

This is probably the most frequently asked question. The reason we want you to delete your code after each session, is so that you can start fresh in the next session. Every participant should be assured that whatever the product of your pairing session was, it won't be relevant afterwards, you won't be judged or evaluated for it, and it won't impact your following sessions.

**The result of each session is the collaborative learnings you experienced with your pairing partner.**

## What experience do you need to participate?

A coderetreat is suited for anyone who's interested in learning software development, no matter how experienced they might be. We advise facilitators to make sure that pairs are matched so that less experienced people are teamed up with more experienced attendees.

**This is part of what a coderetreat is about**: For people to learn and focus on mentoring and supporting developers with less experience, so it's perfectly valid and expected. Coderetreats are to be framed as a collective learning experience, and as such should be safe to attend no matter the experience.

## I can't bring a laptop, is that bad?

No, generally not. Each session involves two people working on the same laptop, so even if only half of the attendees bring ther laptop, there's still plenty of pairing possibilities.

It is still advisable to give a heads-up to the facilitators. Someone might have a spare laptop that they could bring!

## Can I join half-way in?

This depends on the event and should be directed at the local event organizers. Sessions are usually isolated experiences, so joining in late is usually possible, but the facilitators might be working with sessions that didactically build upon each other.

## What is Extreme Programming anyways?

[Extreme Programming](https://en.wikipedia.org/wiki/Extreme_programming) is a set of software development practices copiled by Kent Beck, Ron Jeffries and Ward Cunningham. Coderetreats are focussing on *Pair Programming* and *Test-Driven Development* (TDD), but their are similar formats that focus on *Refactoring* or *Continuous integration*.
32 changes: 0 additions & 32 deletions resources/frequently-asked-questions.md

This file was deleted.

0 comments on commit d3fd477

Please sign in to comment.