Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

[C#] Implement new Concept Exercise: namespaces #1127

Closed
ErikSchierboom opened this issue Apr 7, 2020 · 3 comments
Closed

[C#] Implement new Concept Exercise: namespaces #1127

ErikSchierboom opened this issue Apr 7, 2020 · 3 comments
Assignees
Labels

Comments

@ErikSchierboom
Copy link
Member

ErikSchierboom commented Apr 7, 2020

This issue describes how to implement the namespaces 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 Namespaces in C#.

Learning objectives

  • Know what namespaces are.
  • Know how to import namespaces.

Out of scope

  • Assemblies.

Concepts

This Concepts Exercise's Concepts are:

  • namespaces: know what namespaces are; know how to import namespaces.
  • accessibility: know how to use access modifiers to limit access to elements.

Prequisites

This Concept Exercise's prerequisites Concepts are:

  • basics: know how to define a static class and static method.
  • classes: know how to define a class and what the public and private access modifiers are.
  • inheritance: know about the protected access modifier.

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.

@mikedamay
Copy link
Contributor

Perhaps we could start with a nested type situation and then refactor that to use a namespace instead.

@ErikSchierboom
Copy link
Member Author

Yep, that could work!

@mikedamay mikedamay self-assigned this Jul 14, 2020
@mikedamay mikedamay removed the status/help-wanted Extra attention is needed label Jul 14, 2020
@mikedamay
Copy link
Contributor

Closed with PR #1987

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants