Skip to content

Commit

Permalink
Add design.md
Browse files Browse the repository at this point in the history
  • Loading branch information
meatball133 committed Aug 4, 2023
1 parent 2b39f0a commit 594cba5
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions exercises/concept/port-palermo/.meta/design.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Design

## Goal

The goal of this exercise is to teach the student the basics of the Concept of Symbols in Ruby.

## Learning objectives

- Know of the existence of the `Symbol` object.
- Know how to create a symbol.
- Know of some basic symbol methods (mostly conversion methods).

## Out of scope

- Hashes.

## Concepts

- `Symbols`

## Prerequisites

- `Conditionals`

## Representer

This exercise does not require any specific representation logic to be added to the [representer][representer].

## Analyzer

This exercise does not require any specific logic to be added to the [analyzer][analyzer].

[analyzer]: https://github.com/exercism/ruby-analyzer
[representer]: https://github.com/exercism/ruby-representer

0 comments on commit 594cba5

Please sign in to comment.