exercism / v3

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

[C#] Implement new Concept Exercise: interfaces #1225

Closed ErikSchierboom closed 4 years ago

ErikSchierboom commented 4 years ago

This issue describes how to implement the interfaces 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 basics of the Concept of Interfaces in C#.

Learning objectives

Out of scope

Concepts

The Concepts this exercise unlocks are:

Prequisites

This exercise's prerequisites Concepts are:

Any data types used in this exercise (e.g. strings) should also be added as 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.

ErikSchierboom commented 4 years ago

@senal It's great that you're working on this! I've removed the status/help-wanted label and added the status/in-progress label. Custom has it that the person that wants to work on a issue also posts a comment in this issue.

Regarding the PR. We're currently working on a strategy to make PR's simpler, to make the PR process more streamlined and fun for both reviewer and reviewee. The main idea is that instead of building out the whole exercise beforehand, the PR submitter submits an intial (draft) PR with only a couple of files. We're working on determining which files that will be, but most likely it will be an example implementation file and a meta/design.md or introduction.md file. Could you try to open a rather minimal, draft PR according to what I just mentioned when you're ready too? In other words: don't try to build the entire exercise at once, but let's do that in multiple steps :)

We'll have proper tooling for this later.

senal commented 4 years ago

@ErikSchierboom , I'm ready with my draft PR, which remote branch do I need to refere in my PR? Master or any other branch. please advise.

ErikSchierboom commented 4 years ago

@senal PR's should be merged into the master branch.

mikedamay commented 4 years ago

See PR #1472 for more history on this issue.

mikedamay commented 4 years ago

closed by PR #2076