exercism / exercism/csharp

introduce compound assignments for mathematical operators

Offen
#1,458 2 Kommentare 0 Reaktionen 0 zugewiesene Personen Auf GitHub ansehen
Vorherrschende Sprache
C#
Sterne
427
Forks
383
Ø Merge
2 T. 2 Std.
Gemergte PRs (30 T.)
5

Beschreibung

The `flag-enums` exercise introduces the concepts of _compound assignments_ and has the following in its `after.md` file:

> The bitwise operators can also be used as [compound assignments][compound-assignment], which are a shorthand notation where `x = op y` can be written as `x op= y`:

We should introduce compound assignment in the `numbers` exercise's `after.md` document instead (the above text can remain in the `flag-enums` `after.md` file). In the `after.md` document of the `numbers` exercise, we should introduce compound assignments and use the ones with mathematical operators like `+=`, `-=`, etc as examples.

Furthermore, the `compound-assignment` concept in the `languages/csharp/config.json` file should be moved from the `flag-enums` exercise to the `numbers` exercise.

edit: updated

Beitragsleitfaden

Für dieses Repository ist kein Beitragsleitfaden indexiert

Bewertung

Dieses Issue wurde noch nicht bewertet.

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.