Closed ErikSchierboom closed 4 years ago
I'm interested in doing this after reading the F# implementation. Can I assign to myself?
Sure!
I'm sorry guys. I'll unassign myself from this first. I can't find the time to do this. I hope to come back soon! :)
No worries. I can pick this up. Thanks for letting us know.
This issue describes how to implement the
booleans
concept exercise for the C# 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 C#.
Learning objectives
bool
type and its two values.Out of scope
Nothing.
Concepts
This Concepts Exercise's Concepts are:
booleans
: know of the existence of thebool
type and its two values; know about boolean operators and how to build logical expressions with them; know of the boolean operator precedence rules.Prequisites
This exercise's prerequisites Concepts are:
basics
: know how to define methods.Resources to refer to
Hints
bool
type.After
bool
type.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.