exercism / v3

The work-in-progress project for developing v3 tracks
https://v3.exercism.io
Other
170 stars 162 forks source link

[Ruby] Implement new Concept Exercise: booleans #1904

Closed biancapower closed 4 years ago

biancapower commented 4 years ago

This issue describes how to implement the booleans concept exercise for the Ruby track.

Getting started

Please please please read the docs before starting. Posting PRs without reading these docs will be a lot more frustrating for you during the review cycle, and exhaust Exercism's maintainers' time. So, before diving into the implementation, please read up on the following documents:

Please also watch the following video:

Goal

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

Learning objectives

Out of scope

N/A

Concepts

Prerequisites

Resources to refer to

Hints

After

Representer

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

Analyzer

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

Implementing

To implement this exercise, please follow these instructions.

Help

If you have any questions while implementing the exercise, please post the questions as comments in this issue.

biancapower commented 4 years ago

Assigned myself to implement this.

dvik1950 commented 4 years ago

I opened a similar Issue a while ago but haven't been able to complete it: #1624 . I haven't done much work regarding the exercise so no double effort has been made but I think it makes sense to look at the existing issues to see if a similar one already exists. I also see that @neenjaw has implemented this and made a pull request yesterday #2025. I might be completely wrong here because I'm a bit out of the loop but I think this should be sorted out so no double effort is made :)

neenjaw commented 4 years ago

Ya it's been a bit of a ride to go through several nil exercises to what there is now in #2023 followed by #2025. I've been meaning to tag this issue with those events.

neenjaw commented 4 years ago

Also the already committed numbers exercise touches on booleans a little, so there is need for some reconfiguration of the track. as iHiD pointed out

neenjaw commented 4 years ago

Is this complete then? Should be closed?