From 52952e6473d3c413d757c973bbb3bf1403ff11ef Mon Sep 17 00:00:00 2001 From: Erik Schierboom Date: Sat, 4 May 2024 19:16:07 +0200 Subject: [PATCH] Rename not implemented message to better version (#2262) --- exercises/practice/accumulate/Accumulate.cs | 2 +- .../practice/affine-cipher/AffineCipher.cs | 4 ++-- exercises/practice/allergies/Allergies.cs | 4 ++-- exercises/practice/alphametics/Alphametics.cs | 2 +- exercises/practice/anagram/Anagram.cs | 4 ++-- .../armstrong-numbers/ArmstrongNumbers.cs | 2 +- .../practice/atbash-cipher/AtbashCipher.cs | 4 ++-- .../practice/bank-account/BankAccount.cs | 6 +++--- exercises/practice/beer-song/BeerSong.cs | 2 +- .../binary-search-tree/BinarySearchTree.cs | 12 +++++------ .../practice/binary-search/BinarySearch.cs | 2 +- exercises/practice/binary/Binary.cs | 2 +- exercises/practice/bob/Bob.cs | 2 +- exercises/practice/book-store/BookStore.cs | 2 +- exercises/practice/bowling/Bowling.cs | 4 ++-- exercises/practice/change/Change.cs | 2 +- .../circular-buffer/CircularBuffer.cs | 10 +++++----- exercises/practice/clock/Clock.cs | 6 +++--- .../complex-numbers/ComplexNumbers.cs | 18 ++++++++--------- exercises/practice/connect/Connect.cs | 4 ++-- .../practice/crypto-square/CryptoSquare.cs | 8 ++++---- exercises/practice/custom-set/CustomSet.cs | 18 ++++++++--------- .../DifferenceOfSquares.cs | 6 +++--- .../practice/diffie-hellman/DiffieHellman.cs | 6 +++--- .../practice/dnd-character/DndCharacter.cs | 6 +++--- exercises/practice/dominoes/Dominoes.cs | 2 +- exercises/practice/dot-dsl/DotDslTests.cs | 2 +- .../practice/error-handling/ErrorHandling.cs | 8 ++++---- exercises/practice/etl/Etl.cs | 2 +- .../practice/flatten-array/FlattenArray.cs | 2 +- exercises/practice/food-chain/FoodChain.cs | 4 ++-- exercises/practice/forth/Forth.cs | 2 +- exercises/practice/game-of-life/GameOfLife.cs | 2 +- exercises/practice/gigasecond/Gigasecond.cs | 2 +- exercises/practice/go-counting/GoCounting.cs | 6 +++--- .../practice/grade-school/GradeSchool.cs | 6 +++--- exercises/practice/grains/Grains.cs | 4 ++-- exercises/practice/grep/Grep.cs | 2 +- exercises/practice/hamming/Hamming.cs | 2 +- exercises/practice/hangman/Hangman.cs | 6 +++--- exercises/practice/hexadecimal/Hexadecimal.cs | 2 +- exercises/practice/high-scores/HighScores.cs | 10 +++++----- exercises/practice/house/House.cs | 4 ++-- .../practice/isbn-verifier/IsbnVerifier.cs | 2 +- exercises/practice/isogram/Isogram.cs | 2 +- .../kindergarten-garden/KindergartenGarden.cs | 2 +- .../LargestSeriesProduct.cs | 2 +- exercises/practice/leap/Leap.cs | 2 +- exercises/practice/linked-list/LinkedList.cs | 8 ++++---- exercises/practice/list-ops/ListOps.cs | 16 +++++++-------- exercises/practice/luhn/Luhn.cs | 2 +- .../matching-brackets/MatchingBrackets.cs | 2 +- exercises/practice/matrix/Matrix.cs | 4 ++-- exercises/practice/meetup/Meetup.cs | 2 +- exercises/practice/minesweeper/Minesweeper.cs | 2 +- exercises/practice/nth-prime/NthPrime.cs | 2 +- .../nucleotide-count/NucleotideCount.cs | 2 +- exercises/practice/ocr-numbers/OcrNumbers.cs | 2 +- exercises/practice/octal/Octal.cs | 2 +- .../palindrome-products/PalindromeProducts.cs | 4 ++-- exercises/practice/pangram/Pangram.cs | 2 +- .../ParallelLetterFrequency.cs | 2 +- .../pascals-triangle/PascalsTriangle.cs | 2 +- .../perfect-numbers/PerfectNumbers.cs | 2 +- .../practice/phone-number/PhoneNumber.cs | 2 +- exercises/practice/pig-latin/PigLatin.cs | 2 +- exercises/practice/poker/Poker.cs | 2 +- exercises/practice/pov/Pov.cs | 6 +++--- .../practice/prime-factors/PrimeFactors.cs | 2 +- .../protein-translation/ProteinTranslation.cs | 2 +- exercises/practice/proverb/Proverb.cs | 2 +- .../pythagorean-triplet/PythagoreanTriplet.cs | 2 +- .../practice/queen-attack/QueenAttack.cs | 4 ++-- .../rail-fence-cipher/RailFenceCipher.cs | 4 ++-- exercises/practice/raindrops/Raindrops.cs | 2 +- .../rational-numbers/RationalNumbers.cs | 8 ++++---- exercises/practice/react/React.cs | 4 ++-- exercises/practice/rectangles/Rectangles.cs | 2 +- .../resistor-color-duo/ResistorColorDuo.cs | 2 +- .../resistor-color-trio/ResistorColorTrio.cs | 2 +- .../practice/resistor-color/ResistorColor.cs | 4 ++-- exercises/practice/rest-api/RestApi.cs | 6 +++--- .../practice/reverse-string/ReverseString.cs | 2 +- .../rna-transcription/RnaTranscription.cs | 2 +- exercises/practice/robot-name/RobotName.cs | 4 ++-- .../robot-simulator/RobotSimulator.cs | 8 ++++---- .../practice/roman-numerals/RomanNumerals.cs | 2 +- .../rotational-cipher/RotationalCipher.cs | 2 +- .../run-length-encoding/RunLengthEncoding.cs | 4 ++-- .../practice/saddle-points/SaddlePoints.cs | 2 +- exercises/practice/say/Say.cs | 2 +- .../scale-generator/ScaleGenerator.cs | 4 ++-- .../practice/scrabble-score/ScrabbleScore.cs | 2 +- .../secret-handshake/SecretHandshake.cs | 2 +- exercises/practice/series/Series.cs | 2 +- exercises/practice/sgf-parsing/SgfParsing.cs | 2 +- exercises/practice/sieve/Sieve.cs | 2 +- .../practice/simple-cipher/SimpleCipher.cs | 10 +++++----- .../simple-linked-list/SimpleLinkedList.cs | 6 +++--- exercises/practice/space-age/SpaceAge.cs | 16 +++++++-------- .../practice/spiral-matrix/SpiralMatrix.cs | 2 +- exercises/practice/strain/Strain.cs | 4 ++-- exercises/practice/sublist/Sublist.cs | 2 +- .../sum-of-multiples/SumOfMultiples.cs | 2 +- exercises/practice/tournament/Tournament.cs | 2 +- exercises/practice/transpose/Transpose.cs | 2 +- exercises/practice/triangle/Triangle.cs | 6 +++--- exercises/practice/trinary/Trinary.cs | 2 +- exercises/practice/twelve-days/TwelveDays.cs | 4 ++-- exercises/practice/two-bucket/TwoBucket.cs | 4 ++-- exercises/practice/two-fer/TwoFer.cs | 2 +- .../VariableLengthQuantity.cs | 4 ++-- exercises/practice/word-count/WordCount.cs | 2 +- exercises/practice/word-search/WordSearch.cs | 4 ++-- exercises/practice/wordy/Wordy.cs | 2 +- exercises/practice/yacht/Yacht.cs | 2 +- .../practice/zebra-puzzle/ZebraPuzzle.cs | 4 ++-- exercises/practice/zipper/Zipper.cs | 20 +++++++++---------- 118 files changed, 237 insertions(+), 237 deletions(-) diff --git a/exercises/practice/accumulate/Accumulate.cs b/exercises/practice/accumulate/Accumulate.cs index d5a0aaac1a..8aebdccc75 100644 --- a/exercises/practice/accumulate/Accumulate.cs +++ b/exercises/practice/accumulate/Accumulate.cs @@ -5,6 +5,6 @@ public static class AccumulateExtensions { public static IEnumerable Accumulate(this IEnumerable collection, Func func) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } \ No newline at end of file diff --git a/exercises/practice/affine-cipher/AffineCipher.cs b/exercises/practice/affine-cipher/AffineCipher.cs index ce03282197..e6f6557fd3 100644 --- a/exercises/practice/affine-cipher/AffineCipher.cs +++ b/exercises/practice/affine-cipher/AffineCipher.cs @@ -4,11 +4,11 @@ public static class AffineCipher { public static string Encode(string plainText, int a, int b) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public static string Decode(string cipheredText, int a, int b) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } diff --git a/exercises/practice/allergies/Allergies.cs b/exercises/practice/allergies/Allergies.cs index daaefcd870..8fc5f88776 100644 --- a/exercises/practice/allergies/Allergies.cs +++ b/exercises/practice/allergies/Allergies.cs @@ -20,11 +20,11 @@ public Allergies(int mask) public bool IsAllergicTo(Allergen allergen) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public Allergen[] List() { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } \ No newline at end of file diff --git a/exercises/practice/alphametics/Alphametics.cs b/exercises/practice/alphametics/Alphametics.cs index ec96eb56b0..028549379b 100644 --- a/exercises/practice/alphametics/Alphametics.cs +++ b/exercises/practice/alphametics/Alphametics.cs @@ -5,6 +5,6 @@ public static class Alphametics { public static IDictionary Solve(string equation) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } \ No newline at end of file diff --git a/exercises/practice/anagram/Anagram.cs b/exercises/practice/anagram/Anagram.cs index 368d9015d5..f1f3d801c4 100644 --- a/exercises/practice/anagram/Anagram.cs +++ b/exercises/practice/anagram/Anagram.cs @@ -4,11 +4,11 @@ public class Anagram { public Anagram(string baseWord) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public string[] FindAnagrams(string[] potentialMatches) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } \ No newline at end of file diff --git a/exercises/practice/armstrong-numbers/ArmstrongNumbers.cs b/exercises/practice/armstrong-numbers/ArmstrongNumbers.cs index 06a3d2bbb4..3fb3379d8d 100644 --- a/exercises/practice/armstrong-numbers/ArmstrongNumbers.cs +++ b/exercises/practice/armstrong-numbers/ArmstrongNumbers.cs @@ -4,6 +4,6 @@ public static class ArmstrongNumbers { public static bool IsArmstrongNumber(int number) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } \ No newline at end of file diff --git a/exercises/practice/atbash-cipher/AtbashCipher.cs b/exercises/practice/atbash-cipher/AtbashCipher.cs index 75eed6a0dd..2c26e2ad30 100644 --- a/exercises/practice/atbash-cipher/AtbashCipher.cs +++ b/exercises/practice/atbash-cipher/AtbashCipher.cs @@ -4,11 +4,11 @@ public static class AtbashCipher { public static string Encode(string plainValue) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public static string Decode(string encodedValue) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } diff --git a/exercises/practice/bank-account/BankAccount.cs b/exercises/practice/bank-account/BankAccount.cs index 9a39786323..fa068b1d9f 100644 --- a/exercises/practice/bank-account/BankAccount.cs +++ b/exercises/practice/bank-account/BankAccount.cs @@ -4,12 +4,12 @@ public class BankAccount { public void Open() { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public void Close() { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public decimal Balance @@ -22,6 +22,6 @@ public decimal Balance public void UpdateBalance(decimal change) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } diff --git a/exercises/practice/beer-song/BeerSong.cs b/exercises/practice/beer-song/BeerSong.cs index 052617ad03..30d9484b37 100644 --- a/exercises/practice/beer-song/BeerSong.cs +++ b/exercises/practice/beer-song/BeerSong.cs @@ -4,6 +4,6 @@ public static class BeerSong { public static string Recite(int startBottles, int takeDown) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } \ No newline at end of file diff --git a/exercises/practice/binary-search-tree/BinarySearchTree.cs b/exercises/practice/binary-search-tree/BinarySearchTree.cs index 02c277c40a..f1a20129b2 100644 --- a/exercises/practice/binary-search-tree/BinarySearchTree.cs +++ b/exercises/practice/binary-search-tree/BinarySearchTree.cs @@ -16,7 +16,7 @@ public int Value { get { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } @@ -24,7 +24,7 @@ public BinarySearchTree Left { get { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } @@ -32,22 +32,22 @@ public BinarySearchTree Right { get { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } public BinarySearchTree Add(int value) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public IEnumerator GetEnumerator() { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } IEnumerator IEnumerable.GetEnumerator() { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } \ No newline at end of file diff --git a/exercises/practice/binary-search/BinarySearch.cs b/exercises/practice/binary-search/BinarySearch.cs index c387c837cb..63271c8c4a 100644 --- a/exercises/practice/binary-search/BinarySearch.cs +++ b/exercises/practice/binary-search/BinarySearch.cs @@ -4,6 +4,6 @@ public static class BinarySearch { public static int Find(int[] input, int value) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } \ No newline at end of file diff --git a/exercises/practice/binary/Binary.cs b/exercises/practice/binary/Binary.cs index 7520799eb6..6d8025c034 100644 --- a/exercises/practice/binary/Binary.cs +++ b/exercises/practice/binary/Binary.cs @@ -4,6 +4,6 @@ public class Binary { public static int ToDecimal(string binary) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } diff --git a/exercises/practice/bob/Bob.cs b/exercises/practice/bob/Bob.cs index 44c38e3476..9a5349f63d 100644 --- a/exercises/practice/bob/Bob.cs +++ b/exercises/practice/bob/Bob.cs @@ -4,6 +4,6 @@ public static class Bob { public static string Response(string statement) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } \ No newline at end of file diff --git a/exercises/practice/book-store/BookStore.cs b/exercises/practice/book-store/BookStore.cs index da18056fb5..f7076c9a90 100644 --- a/exercises/practice/book-store/BookStore.cs +++ b/exercises/practice/book-store/BookStore.cs @@ -5,6 +5,6 @@ public static class BookStore { public static decimal Total(IEnumerable books) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } \ No newline at end of file diff --git a/exercises/practice/bowling/Bowling.cs b/exercises/practice/bowling/Bowling.cs index c858289c1b..906a44aeed 100644 --- a/exercises/practice/bowling/Bowling.cs +++ b/exercises/practice/bowling/Bowling.cs @@ -4,11 +4,11 @@ public class BowlingGame { public void Roll(int pins) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public int? Score() { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } \ No newline at end of file diff --git a/exercises/practice/change/Change.cs b/exercises/practice/change/Change.cs index 88df4e2ed9..5704cba826 100644 --- a/exercises/practice/change/Change.cs +++ b/exercises/practice/change/Change.cs @@ -4,6 +4,6 @@ public static class Change { public static int[] FindFewestCoins(int[] coins, int target) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } \ No newline at end of file diff --git a/exercises/practice/circular-buffer/CircularBuffer.cs b/exercises/practice/circular-buffer/CircularBuffer.cs index a8bd95ccb3..d734d850f6 100644 --- a/exercises/practice/circular-buffer/CircularBuffer.cs +++ b/exercises/practice/circular-buffer/CircularBuffer.cs @@ -4,26 +4,26 @@ public class CircularBuffer { public CircularBuffer(int capacity) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public T Read() { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public void Write(T value) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public void Overwrite(T value) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public void Clear() { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } \ No newline at end of file diff --git a/exercises/practice/clock/Clock.cs b/exercises/practice/clock/Clock.cs index 0c622d542a..3c3a4c6dc4 100644 --- a/exercises/practice/clock/Clock.cs +++ b/exercises/practice/clock/Clock.cs @@ -4,16 +4,16 @@ public class Clock { public Clock(int hours, int minutes) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public Clock Add(int minutesToAdd) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public Clock Subtract(int minutesToSubtract) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } diff --git a/exercises/practice/complex-numbers/ComplexNumbers.cs b/exercises/practice/complex-numbers/ComplexNumbers.cs index 5a1bcfbc5f..f286679030 100644 --- a/exercises/practice/complex-numbers/ComplexNumbers.cs +++ b/exercises/practice/complex-numbers/ComplexNumbers.cs @@ -8,46 +8,46 @@ public ComplexNumber(double real, double imaginary) public double Real() { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public double Imaginary() { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public ComplexNumber Mul(ComplexNumber other) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public ComplexNumber Add(ComplexNumber other) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public ComplexNumber Sub(ComplexNumber other) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public ComplexNumber Div(ComplexNumber other) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public double Abs() { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public ComplexNumber Conjugate() { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public ComplexNumber Exp() { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } \ No newline at end of file diff --git a/exercises/practice/connect/Connect.cs b/exercises/practice/connect/Connect.cs index d85b13b919..dacf074db5 100644 --- a/exercises/practice/connect/Connect.cs +++ b/exercises/practice/connect/Connect.cs @@ -11,11 +11,11 @@ public class Connect { public Connect(string[] input) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public ConnectWinner Result() { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } \ No newline at end of file diff --git a/exercises/practice/crypto-square/CryptoSquare.cs b/exercises/practice/crypto-square/CryptoSquare.cs index 8ba25108e8..80e25ee8d1 100644 --- a/exercises/practice/crypto-square/CryptoSquare.cs +++ b/exercises/practice/crypto-square/CryptoSquare.cs @@ -5,21 +5,21 @@ public static class CryptoSquare { public static string NormalizedPlaintext(string plaintext) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public static IEnumerable PlaintextSegments(string plaintext) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public static string Encoded(string plaintext) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public static string Ciphertext(string plaintext) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } \ No newline at end of file diff --git a/exercises/practice/custom-set/CustomSet.cs b/exercises/practice/custom-set/CustomSet.cs index 549e026697..a698f65841 100644 --- a/exercises/practice/custom-set/CustomSet.cs +++ b/exercises/practice/custom-set/CustomSet.cs @@ -4,46 +4,46 @@ public class CustomSet { public CustomSet(params int[] values) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public CustomSet Add(int value) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public bool Empty() { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public bool Contains(int value) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public bool Subset(CustomSet right) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public bool Disjoint(CustomSet right) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public CustomSet Intersection(CustomSet right) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public CustomSet Difference(CustomSet right) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public CustomSet Union(CustomSet right) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } \ No newline at end of file diff --git a/exercises/practice/difference-of-squares/DifferenceOfSquares.cs b/exercises/practice/difference-of-squares/DifferenceOfSquares.cs index 1dae959b96..df12e445ca 100644 --- a/exercises/practice/difference-of-squares/DifferenceOfSquares.cs +++ b/exercises/practice/difference-of-squares/DifferenceOfSquares.cs @@ -4,16 +4,16 @@ public static class DifferenceOfSquares { public static int CalculateSquareOfSum(int max) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public static int CalculateSumOfSquares(int max) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public static int CalculateDifferenceOfSquares(int max) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } \ No newline at end of file diff --git a/exercises/practice/diffie-hellman/DiffieHellman.cs b/exercises/practice/diffie-hellman/DiffieHellman.cs index 024cbec24d..3ea476c2ac 100644 --- a/exercises/practice/diffie-hellman/DiffieHellman.cs +++ b/exercises/practice/diffie-hellman/DiffieHellman.cs @@ -5,16 +5,16 @@ public static class DiffieHellman { public static BigInteger PrivateKey(BigInteger primeP) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public static BigInteger PublicKey(BigInteger primeP, BigInteger primeG, BigInteger privateKey) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public static BigInteger Secret(BigInteger primeP, BigInteger publicKey, BigInteger privateKey) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } \ No newline at end of file diff --git a/exercises/practice/dnd-character/DndCharacter.cs b/exercises/practice/dnd-character/DndCharacter.cs index 932ee09a8a..d7ebaaaacf 100644 --- a/exercises/practice/dnd-character/DndCharacter.cs +++ b/exercises/practice/dnd-character/DndCharacter.cs @@ -12,16 +12,16 @@ public class DndCharacter public static int Modifier(int score) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public static int Ability() { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public static DndCharacter Generate() { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } diff --git a/exercises/practice/dominoes/Dominoes.cs b/exercises/practice/dominoes/Dominoes.cs index 041414ebb2..583744323c 100644 --- a/exercises/practice/dominoes/Dominoes.cs +++ b/exercises/practice/dominoes/Dominoes.cs @@ -5,6 +5,6 @@ public static class Dominoes { public static bool CanChain(IEnumerable<(int, int)> dominoes) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } \ No newline at end of file diff --git a/exercises/practice/dot-dsl/DotDslTests.cs b/exercises/practice/dot-dsl/DotDslTests.cs index 1b34c3e6ff..40adfcd09b 100644 --- a/exercises/practice/dot-dsl/DotDslTests.cs +++ b/exercises/practice/dot-dsl/DotDslTests.cs @@ -95,7 +95,7 @@ private class EnumerableEqualityComparer : IEqualityComparer> public int GetHashCode(IEnumerable obj) { - throw new NotImplementedException(); + throw new NotImplementedException("You need to implement this method."); } } } \ No newline at end of file diff --git a/exercises/practice/error-handling/ErrorHandling.cs b/exercises/practice/error-handling/ErrorHandling.cs index 88707eeb89..6701246cf4 100644 --- a/exercises/practice/error-handling/ErrorHandling.cs +++ b/exercises/practice/error-handling/ErrorHandling.cs @@ -4,21 +4,21 @@ public static class ErrorHandling { public static void HandleErrorByThrowingException() { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public static int? HandleErrorByReturningNullableType(string input) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public static bool HandleErrorWithOutParam(string input, out int result) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public static void DisposableResourcesAreDisposedWhenExceptionIsThrown(IDisposable disposableObject) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } diff --git a/exercises/practice/etl/Etl.cs b/exercises/practice/etl/Etl.cs index 2704c6ccc3..2cd2dea648 100644 --- a/exercises/practice/etl/Etl.cs +++ b/exercises/practice/etl/Etl.cs @@ -5,6 +5,6 @@ public static class Etl { public static Dictionary Transform(Dictionary old) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } \ No newline at end of file diff --git a/exercises/practice/flatten-array/FlattenArray.cs b/exercises/practice/flatten-array/FlattenArray.cs index 29e8f7e743..c33e48cb26 100644 --- a/exercises/practice/flatten-array/FlattenArray.cs +++ b/exercises/practice/flatten-array/FlattenArray.cs @@ -5,6 +5,6 @@ public static class FlattenArray { public static IEnumerable Flatten(IEnumerable input) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } \ No newline at end of file diff --git a/exercises/practice/food-chain/FoodChain.cs b/exercises/practice/food-chain/FoodChain.cs index 35c677e9c1..d9778635ea 100644 --- a/exercises/practice/food-chain/FoodChain.cs +++ b/exercises/practice/food-chain/FoodChain.cs @@ -4,11 +4,11 @@ public static class FoodChain { public static string Recite(int verseNumber) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public static string Recite(int startVerse, int endVerse) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } \ No newline at end of file diff --git a/exercises/practice/forth/Forth.cs b/exercises/practice/forth/Forth.cs index e7cb92a28c..9ed3741a76 100644 --- a/exercises/practice/forth/Forth.cs +++ b/exercises/practice/forth/Forth.cs @@ -4,6 +4,6 @@ public static class Forth { public static string Evaluate(string[] instructions) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } \ No newline at end of file diff --git a/exercises/practice/game-of-life/GameOfLife.cs b/exercises/practice/game-of-life/GameOfLife.cs index 23d662eb03..e3a1a8ccac 100644 --- a/exercises/practice/game-of-life/GameOfLife.cs +++ b/exercises/practice/game-of-life/GameOfLife.cs @@ -4,6 +4,6 @@ public static class GameOfLife { public static int[,] Tick(int[,] matrix) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } diff --git a/exercises/practice/gigasecond/Gigasecond.cs b/exercises/practice/gigasecond/Gigasecond.cs index ead34b60fd..9f4e6c1b07 100644 --- a/exercises/practice/gigasecond/Gigasecond.cs +++ b/exercises/practice/gigasecond/Gigasecond.cs @@ -4,6 +4,6 @@ public static class Gigasecond { public static DateTime Add(DateTime moment) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } \ No newline at end of file diff --git a/exercises/practice/go-counting/GoCounting.cs b/exercises/practice/go-counting/GoCounting.cs index 7ca51ca648..ec5f869193 100644 --- a/exercises/practice/go-counting/GoCounting.cs +++ b/exercises/practice/go-counting/GoCounting.cs @@ -12,16 +12,16 @@ public class GoCounting { public GoCounting(string input) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public Tuple> Territory((int, int) coord) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public Dictionary> Territories() { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } diff --git a/exercises/practice/grade-school/GradeSchool.cs b/exercises/practice/grade-school/GradeSchool.cs index ddece796d6..26688c5f46 100644 --- a/exercises/practice/grade-school/GradeSchool.cs +++ b/exercises/practice/grade-school/GradeSchool.cs @@ -5,16 +5,16 @@ public class GradeSchool { public bool Add(string student, int grade) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public IEnumerable Roster() { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public IEnumerable Grade(int grade) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } \ No newline at end of file diff --git a/exercises/practice/grains/Grains.cs b/exercises/practice/grains/Grains.cs index 1e1175bbd7..c6863e43a5 100644 --- a/exercises/practice/grains/Grains.cs +++ b/exercises/practice/grains/Grains.cs @@ -4,11 +4,11 @@ public static class Grains { public static ulong Square(int n) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public static ulong Total() { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } \ No newline at end of file diff --git a/exercises/practice/grep/Grep.cs b/exercises/practice/grep/Grep.cs index 8891929008..ef6a6b83b6 100644 --- a/exercises/practice/grep/Grep.cs +++ b/exercises/practice/grep/Grep.cs @@ -4,6 +4,6 @@ public static class Grep { public static string Match(string pattern, string flags, string[] files) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } \ No newline at end of file diff --git a/exercises/practice/hamming/Hamming.cs b/exercises/practice/hamming/Hamming.cs index 1e39618a59..9bc05444c7 100644 --- a/exercises/practice/hamming/Hamming.cs +++ b/exercises/practice/hamming/Hamming.cs @@ -4,6 +4,6 @@ public static class Hamming { public static int Distance(string firstStrand, string secondStrand) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } \ No newline at end of file diff --git a/exercises/practice/hangman/Hangman.cs b/exercises/practice/hangman/Hangman.cs index bb9002cfef..715c8a586a 100644 --- a/exercises/practice/hangman/Hangman.cs +++ b/exercises/practice/hangman/Hangman.cs @@ -25,11 +25,11 @@ public class TooManyGuessesException : Exception public class Hangman { - public IObservable StateObservable { get => throw new NotImplementedException("You need to implement this function."); } - public IObserver GuessObserver { get => throw new NotImplementedException("You need to implement this function."); } + public IObservable StateObservable { get => throw new NotImplementedException("You need to implement this method."); } + public IObserver GuessObserver { get => throw new NotImplementedException("You need to implement this method."); } public Hangman(string word) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } diff --git a/exercises/practice/hexadecimal/Hexadecimal.cs b/exercises/practice/hexadecimal/Hexadecimal.cs index 090b4efb25..8b87182981 100644 --- a/exercises/practice/hexadecimal/Hexadecimal.cs +++ b/exercises/practice/hexadecimal/Hexadecimal.cs @@ -4,6 +4,6 @@ public class Hexadecimal { public static int ToDecimal(string value) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } diff --git a/exercises/practice/high-scores/HighScores.cs b/exercises/practice/high-scores/HighScores.cs index ad9e88fa9d..e6ee694fcb 100644 --- a/exercises/practice/high-scores/HighScores.cs +++ b/exercises/practice/high-scores/HighScores.cs @@ -6,26 +6,26 @@ public class HighScores { public HighScores(List list) { - throw new NotImplementedException(); + throw new NotImplementedException("You need to implement this method."); } public List Scores() { - throw new NotImplementedException(); + throw new NotImplementedException("You need to implement this method."); } public int Latest() { - throw new NotImplementedException(); + throw new NotImplementedException("You need to implement this method."); } public int PersonalBest() { - throw new NotImplementedException(); + throw new NotImplementedException("You need to implement this method."); } public List PersonalTopThree() { - throw new NotImplementedException(); + throw new NotImplementedException("You need to implement this method."); } } \ No newline at end of file diff --git a/exercises/practice/house/House.cs b/exercises/practice/house/House.cs index 7d3ddd6cf2..c35af07e3e 100644 --- a/exercises/practice/house/House.cs +++ b/exercises/practice/house/House.cs @@ -4,11 +4,11 @@ public static class House { public static string Recite(int verseNumber) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public static string Recite(int startVerse, int endVerse) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } \ No newline at end of file diff --git a/exercises/practice/isbn-verifier/IsbnVerifier.cs b/exercises/practice/isbn-verifier/IsbnVerifier.cs index aba4716ff4..12bf111565 100644 --- a/exercises/practice/isbn-verifier/IsbnVerifier.cs +++ b/exercises/practice/isbn-verifier/IsbnVerifier.cs @@ -4,6 +4,6 @@ public static class IsbnVerifier { public static bool IsValid(string number) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } \ No newline at end of file diff --git a/exercises/practice/isogram/Isogram.cs b/exercises/practice/isogram/Isogram.cs index 7fcedb5f5e..a117865483 100644 --- a/exercises/practice/isogram/Isogram.cs +++ b/exercises/practice/isogram/Isogram.cs @@ -4,6 +4,6 @@ public static class Isogram { public static bool IsIsogram(string word) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } diff --git a/exercises/practice/kindergarten-garden/KindergartenGarden.cs b/exercises/practice/kindergarten-garden/KindergartenGarden.cs index 1253450552..bbe8b64c51 100644 --- a/exercises/practice/kindergarten-garden/KindergartenGarden.cs +++ b/exercises/practice/kindergarten-garden/KindergartenGarden.cs @@ -17,6 +17,6 @@ public KindergartenGarden(string diagram) public IEnumerable Plants(string student) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } \ No newline at end of file diff --git a/exercises/practice/largest-series-product/LargestSeriesProduct.cs b/exercises/practice/largest-series-product/LargestSeriesProduct.cs index 6f28decb0c..153397bb5e 100644 --- a/exercises/practice/largest-series-product/LargestSeriesProduct.cs +++ b/exercises/practice/largest-series-product/LargestSeriesProduct.cs @@ -4,6 +4,6 @@ public static class LargestSeriesProduct { public static long GetLargestProduct(string digits, int span) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } \ No newline at end of file diff --git a/exercises/practice/leap/Leap.cs b/exercises/practice/leap/Leap.cs index 9ce4f2e70e..7e45a04418 100644 --- a/exercises/practice/leap/Leap.cs +++ b/exercises/practice/leap/Leap.cs @@ -4,6 +4,6 @@ public static class Leap { public static bool IsLeapYear(int year) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } \ No newline at end of file diff --git a/exercises/practice/linked-list/LinkedList.cs b/exercises/practice/linked-list/LinkedList.cs index a9038e5bce..dc3debbc1d 100644 --- a/exercises/practice/linked-list/LinkedList.cs +++ b/exercises/practice/linked-list/LinkedList.cs @@ -4,21 +4,21 @@ public class Deque { public void Push(T value) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public T Pop() { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public void Unshift(T value) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public T Shift() { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } \ No newline at end of file diff --git a/exercises/practice/list-ops/ListOps.cs b/exercises/practice/list-ops/ListOps.cs index a83e0de716..630a3565ff 100644 --- a/exercises/practice/list-ops/ListOps.cs +++ b/exercises/practice/list-ops/ListOps.cs @@ -6,41 +6,41 @@ public static class ListOps { public static int Length(List input) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public static List Reverse(List input) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public static List Map(List input, Func map) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public static List Filter(List input, Func predicate) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public static TOut Foldl(List input, TOut start, Func func) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public static TOut Foldr(List input, TOut start, Func func) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public static List Concat(List> input) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public static List Append(List left, List right) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } \ No newline at end of file diff --git a/exercises/practice/luhn/Luhn.cs b/exercises/practice/luhn/Luhn.cs index 69502bc91f..f38b84eab8 100644 --- a/exercises/practice/luhn/Luhn.cs +++ b/exercises/practice/luhn/Luhn.cs @@ -4,6 +4,6 @@ public static class Luhn { public static bool IsValid(string number) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } \ No newline at end of file diff --git a/exercises/practice/matching-brackets/MatchingBrackets.cs b/exercises/practice/matching-brackets/MatchingBrackets.cs index e34176bd67..0cc5305741 100644 --- a/exercises/practice/matching-brackets/MatchingBrackets.cs +++ b/exercises/practice/matching-brackets/MatchingBrackets.cs @@ -4,6 +4,6 @@ public static class MatchingBrackets { public static bool IsPaired(string input) { - throw new NotImplementedException(); + throw new NotImplementedException("You need to implement this method."); } } diff --git a/exercises/practice/matrix/Matrix.cs b/exercises/practice/matrix/Matrix.cs index d0603240fb..8d9b8a3159 100644 --- a/exercises/practice/matrix/Matrix.cs +++ b/exercises/practice/matrix/Matrix.cs @@ -8,11 +8,11 @@ public Matrix(string input) public int[] Row(int row) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public int[] Column(int col) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } \ No newline at end of file diff --git a/exercises/practice/meetup/Meetup.cs b/exercises/practice/meetup/Meetup.cs index 23043bb48c..609d8c7579 100644 --- a/exercises/practice/meetup/Meetup.cs +++ b/exercises/practice/meetup/Meetup.cs @@ -18,6 +18,6 @@ public Meetup(int month, int year) public DateTime Day(DayOfWeek dayOfWeek, Schedule schedule) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } \ No newline at end of file diff --git a/exercises/practice/minesweeper/Minesweeper.cs b/exercises/practice/minesweeper/Minesweeper.cs index 7d89637e8e..0229d7f993 100644 --- a/exercises/practice/minesweeper/Minesweeper.cs +++ b/exercises/practice/minesweeper/Minesweeper.cs @@ -4,6 +4,6 @@ public static class Minesweeper { public static string[] Annotate(string[] input) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } diff --git a/exercises/practice/nth-prime/NthPrime.cs b/exercises/practice/nth-prime/NthPrime.cs index da9b4bdaf1..f5e83ea2d5 100644 --- a/exercises/practice/nth-prime/NthPrime.cs +++ b/exercises/practice/nth-prime/NthPrime.cs @@ -6,6 +6,6 @@ public static class NthPrime { public static int Prime(int nth) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } \ No newline at end of file diff --git a/exercises/practice/nucleotide-count/NucleotideCount.cs b/exercises/practice/nucleotide-count/NucleotideCount.cs index 5eb0cd0884..c0c9be05c3 100644 --- a/exercises/practice/nucleotide-count/NucleotideCount.cs +++ b/exercises/practice/nucleotide-count/NucleotideCount.cs @@ -5,6 +5,6 @@ public static class NucleotideCount { public static IDictionary Count(string sequence) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } \ No newline at end of file diff --git a/exercises/practice/ocr-numbers/OcrNumbers.cs b/exercises/practice/ocr-numbers/OcrNumbers.cs index 2f69d61b01..ecbb294c20 100644 --- a/exercises/practice/ocr-numbers/OcrNumbers.cs +++ b/exercises/practice/ocr-numbers/OcrNumbers.cs @@ -4,6 +4,6 @@ public static class OcrNumbers { public static string Convert(string input) { - throw new NotImplementedException(); + throw new NotImplementedException("You need to implement this method."); } } \ No newline at end of file diff --git a/exercises/practice/octal/Octal.cs b/exercises/practice/octal/Octal.cs index 0b1702d96f..1a8d24a206 100644 --- a/exercises/practice/octal/Octal.cs +++ b/exercises/practice/octal/Octal.cs @@ -4,6 +4,6 @@ public class Octal { public static int ToDecimal(string octal) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } diff --git a/exercises/practice/palindrome-products/PalindromeProducts.cs b/exercises/practice/palindrome-products/PalindromeProducts.cs index 7269e7258f..43828ce0b7 100644 --- a/exercises/practice/palindrome-products/PalindromeProducts.cs +++ b/exercises/practice/palindrome-products/PalindromeProducts.cs @@ -6,11 +6,11 @@ public static class PalindromeProducts { public static (int, IEnumerable<(int,int)>) Largest(int minFactor, int maxFactor) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public static (int, IEnumerable<(int,int)>) Smallest(int minFactor, int maxFactor) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } diff --git a/exercises/practice/pangram/Pangram.cs b/exercises/practice/pangram/Pangram.cs index 5a7152af2a..6e919b50c8 100644 --- a/exercises/practice/pangram/Pangram.cs +++ b/exercises/practice/pangram/Pangram.cs @@ -4,6 +4,6 @@ public static class Pangram { public static bool IsPangram(string input) { - throw new NotImplementedException(); + throw new NotImplementedException("You need to implement this method."); } } diff --git a/exercises/practice/parallel-letter-frequency/ParallelLetterFrequency.cs b/exercises/practice/parallel-letter-frequency/ParallelLetterFrequency.cs index 69cee9f000..239cf289dc 100644 --- a/exercises/practice/parallel-letter-frequency/ParallelLetterFrequency.cs +++ b/exercises/practice/parallel-letter-frequency/ParallelLetterFrequency.cs @@ -5,6 +5,6 @@ public static class ParallelLetterFrequency { public static Dictionary Calculate(IEnumerable texts) { - throw new NotImplementedException(); + throw new NotImplementedException("You need to implement this method."); } } \ No newline at end of file diff --git a/exercises/practice/pascals-triangle/PascalsTriangle.cs b/exercises/practice/pascals-triangle/PascalsTriangle.cs index d8be50fb70..9fb38c25f3 100644 --- a/exercises/practice/pascals-triangle/PascalsTriangle.cs +++ b/exercises/practice/pascals-triangle/PascalsTriangle.cs @@ -5,7 +5,7 @@ public static class PascalsTriangle { public static IEnumerable> Calculate(int rows) { - throw new NotImplementedException(); + throw new NotImplementedException("You need to implement this method."); } } \ No newline at end of file diff --git a/exercises/practice/perfect-numbers/PerfectNumbers.cs b/exercises/practice/perfect-numbers/PerfectNumbers.cs index a81411623f..a739a89137 100644 --- a/exercises/practice/perfect-numbers/PerfectNumbers.cs +++ b/exercises/practice/perfect-numbers/PerfectNumbers.cs @@ -11,6 +11,6 @@ public static class PerfectNumbers { public static Classification Classify(int number) { - throw new NotImplementedException(); + throw new NotImplementedException("You need to implement this method."); } } diff --git a/exercises/practice/phone-number/PhoneNumber.cs b/exercises/practice/phone-number/PhoneNumber.cs index 56703230ca..fb41178b57 100644 --- a/exercises/practice/phone-number/PhoneNumber.cs +++ b/exercises/practice/phone-number/PhoneNumber.cs @@ -4,6 +4,6 @@ public class PhoneNumber { public static string Clean(string phoneNumber) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } \ No newline at end of file diff --git a/exercises/practice/pig-latin/PigLatin.cs b/exercises/practice/pig-latin/PigLatin.cs index b966721004..07aaf58fa2 100644 --- a/exercises/practice/pig-latin/PigLatin.cs +++ b/exercises/practice/pig-latin/PigLatin.cs @@ -4,6 +4,6 @@ public static class PigLatin { public static string Translate(string word) { - throw new NotImplementedException(); + throw new NotImplementedException("You need to implement this method."); } } \ No newline at end of file diff --git a/exercises/practice/poker/Poker.cs b/exercises/practice/poker/Poker.cs index 2f18fb4d52..f4289590ce 100644 --- a/exercises/practice/poker/Poker.cs +++ b/exercises/practice/poker/Poker.cs @@ -5,6 +5,6 @@ public static class Poker { public static IEnumerable BestHands(IEnumerable hands) { - throw new NotImplementedException(); + throw new NotImplementedException("You need to implement this method."); } } \ No newline at end of file diff --git a/exercises/practice/pov/Pov.cs b/exercises/practice/pov/Pov.cs index 3db365d425..d8cc20a154 100644 --- a/exercises/practice/pov/Pov.cs +++ b/exercises/practice/pov/Pov.cs @@ -5,7 +5,7 @@ public class Tree { public Tree(string value, params Tree[] children) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } @@ -13,11 +13,11 @@ public static class Pov { public static Tree FromPov(Tree tree, string from) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public static IEnumerable PathTo(string from, string to, Tree tree) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } \ No newline at end of file diff --git a/exercises/practice/prime-factors/PrimeFactors.cs b/exercises/practice/prime-factors/PrimeFactors.cs index 692a118d1e..28171bd0fc 100644 --- a/exercises/practice/prime-factors/PrimeFactors.cs +++ b/exercises/practice/prime-factors/PrimeFactors.cs @@ -4,6 +4,6 @@ public static class PrimeFactors { public static long[] Factors(long number) { - throw new NotImplementedException(); + throw new NotImplementedException("You need to implement this method."); } } \ No newline at end of file diff --git a/exercises/practice/protein-translation/ProteinTranslation.cs b/exercises/practice/protein-translation/ProteinTranslation.cs index 2ef16d23cf..a4ea3dfc7a 100644 --- a/exercises/practice/protein-translation/ProteinTranslation.cs +++ b/exercises/practice/protein-translation/ProteinTranslation.cs @@ -4,6 +4,6 @@ public static class ProteinTranslation { public static string[] Proteins(string strand) { - throw new NotImplementedException(); + throw new NotImplementedException("You need to implement this method."); } } \ No newline at end of file diff --git a/exercises/practice/proverb/Proverb.cs b/exercises/practice/proverb/Proverb.cs index 445c478704..b147aeca8f 100644 --- a/exercises/practice/proverb/Proverb.cs +++ b/exercises/practice/proverb/Proverb.cs @@ -4,6 +4,6 @@ public static class Proverb { public static string[] Recite(string[] subjects) { - throw new NotImplementedException(); + throw new NotImplementedException("You need to implement this method."); } } \ No newline at end of file diff --git a/exercises/practice/pythagorean-triplet/PythagoreanTriplet.cs b/exercises/practice/pythagorean-triplet/PythagoreanTriplet.cs index ed91431f21..3d528dc502 100644 --- a/exercises/practice/pythagorean-triplet/PythagoreanTriplet.cs +++ b/exercises/practice/pythagorean-triplet/PythagoreanTriplet.cs @@ -5,6 +5,6 @@ public static class PythagoreanTriplet { public static IEnumerable<(int a, int b, int c)> TripletsWithSum(int sum) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } \ No newline at end of file diff --git a/exercises/practice/queen-attack/QueenAttack.cs b/exercises/practice/queen-attack/QueenAttack.cs index f509a9da17..04b7aa8407 100644 --- a/exercises/practice/queen-attack/QueenAttack.cs +++ b/exercises/practice/queen-attack/QueenAttack.cs @@ -16,11 +16,11 @@ public static class QueenAttack { public static bool CanAttack(Queen white, Queen black) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public static Queen Create(int row, int column) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } \ No newline at end of file diff --git a/exercises/practice/rail-fence-cipher/RailFenceCipher.cs b/exercises/practice/rail-fence-cipher/RailFenceCipher.cs index 6bab083551..9c3d219642 100644 --- a/exercises/practice/rail-fence-cipher/RailFenceCipher.cs +++ b/exercises/practice/rail-fence-cipher/RailFenceCipher.cs @@ -8,11 +8,11 @@ public RailFenceCipher(int rails) public string Encode(string input) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public string Decode(string input) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } \ No newline at end of file diff --git a/exercises/practice/raindrops/Raindrops.cs b/exercises/practice/raindrops/Raindrops.cs index f8f5c0e82f..c1277198f8 100644 --- a/exercises/practice/raindrops/Raindrops.cs +++ b/exercises/practice/raindrops/Raindrops.cs @@ -4,6 +4,6 @@ public static class Raindrops { public static string Convert(int number) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } \ No newline at end of file diff --git a/exercises/practice/rational-numbers/RationalNumbers.cs b/exercises/practice/rational-numbers/RationalNumbers.cs index 82488f33ec..cca43d0ecc 100644 --- a/exercises/practice/rational-numbers/RationalNumbers.cs +++ b/exercises/practice/rational-numbers/RationalNumbers.cs @@ -37,21 +37,21 @@ public RationalNumber(int numerator, int denominator) public RationalNumber Abs() { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public RationalNumber Reduce() { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public RationalNumber Exprational(int power) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public double Expreal(int baseNumber) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } \ No newline at end of file diff --git a/exercises/practice/react/React.cs b/exercises/practice/react/React.cs index f5aa508357..f1b8d29574 100644 --- a/exercises/practice/react/React.cs +++ b/exercises/practice/react/React.cs @@ -5,12 +5,12 @@ public class Reactor { public InputCell CreateInputCell(int value) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public ComputeCell CreateComputeCell(IEnumerable producers, Func compute) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } diff --git a/exercises/practice/rectangles/Rectangles.cs b/exercises/practice/rectangles/Rectangles.cs index 3398ca49a7..2633bde689 100644 --- a/exercises/practice/rectangles/Rectangles.cs +++ b/exercises/practice/rectangles/Rectangles.cs @@ -4,6 +4,6 @@ public static class Rectangles { public static int Count(string[] rows) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } \ No newline at end of file diff --git a/exercises/practice/resistor-color-duo/ResistorColorDuo.cs b/exercises/practice/resistor-color-duo/ResistorColorDuo.cs index bcec1ed9c3..4eb35c3ef2 100644 --- a/exercises/practice/resistor-color-duo/ResistorColorDuo.cs +++ b/exercises/practice/resistor-color-duo/ResistorColorDuo.cs @@ -4,6 +4,6 @@ public static class ResistorColorDuo { public static int Value(string[] colors) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } diff --git a/exercises/practice/resistor-color-trio/ResistorColorTrio.cs b/exercises/practice/resistor-color-trio/ResistorColorTrio.cs index 740becfd15..a97af3de2a 100644 --- a/exercises/practice/resistor-color-trio/ResistorColorTrio.cs +++ b/exercises/practice/resistor-color-trio/ResistorColorTrio.cs @@ -4,6 +4,6 @@ public static class ResistorColorTrio { public static string Label(string[] colors) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } diff --git a/exercises/practice/resistor-color/ResistorColor.cs b/exercises/practice/resistor-color/ResistorColor.cs index 718e263510..72613b2088 100644 --- a/exercises/practice/resistor-color/ResistorColor.cs +++ b/exercises/practice/resistor-color/ResistorColor.cs @@ -4,11 +4,11 @@ public static class ResistorColor { public static int ColorCode(string color) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public static string[] Colors() { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } \ No newline at end of file diff --git a/exercises/practice/rest-api/RestApi.cs b/exercises/practice/rest-api/RestApi.cs index 3610c0b148..34403d207c 100644 --- a/exercises/practice/rest-api/RestApi.cs +++ b/exercises/practice/rest-api/RestApi.cs @@ -4,16 +4,16 @@ public class RestApi { public RestApi(string database) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public string Get(string url, string payload = null) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public string Post(string url, string payload) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } diff --git a/exercises/practice/reverse-string/ReverseString.cs b/exercises/practice/reverse-string/ReverseString.cs index c44637b579..55f936700a 100644 --- a/exercises/practice/reverse-string/ReverseString.cs +++ b/exercises/practice/reverse-string/ReverseString.cs @@ -4,6 +4,6 @@ public static class ReverseString { public static string Reverse(string input) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } \ No newline at end of file diff --git a/exercises/practice/rna-transcription/RnaTranscription.cs b/exercises/practice/rna-transcription/RnaTranscription.cs index 15adbeb84b..bba8e1f613 100644 --- a/exercises/practice/rna-transcription/RnaTranscription.cs +++ b/exercises/practice/rna-transcription/RnaTranscription.cs @@ -4,6 +4,6 @@ public static class RnaTranscription { public static string ToRna(string nucleotide) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } \ No newline at end of file diff --git a/exercises/practice/robot-name/RobotName.cs b/exercises/practice/robot-name/RobotName.cs index 03c4a37ceb..7987d66252 100644 --- a/exercises/practice/robot-name/RobotName.cs +++ b/exercises/practice/robot-name/RobotName.cs @@ -6,12 +6,12 @@ public string Name { get { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } public void Reset() { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } \ No newline at end of file diff --git a/exercises/practice/robot-simulator/RobotSimulator.cs b/exercises/practice/robot-simulator/RobotSimulator.cs index 943e743536..268deeecec 100644 --- a/exercises/practice/robot-simulator/RobotSimulator.cs +++ b/exercises/practice/robot-simulator/RobotSimulator.cs @@ -18,7 +18,7 @@ public Direction Direction { get { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } @@ -26,7 +26,7 @@ public int X { get { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } @@ -34,12 +34,12 @@ public int Y { get { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } public void Move(string instructions) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } \ No newline at end of file diff --git a/exercises/practice/roman-numerals/RomanNumerals.cs b/exercises/practice/roman-numerals/RomanNumerals.cs index 427484ebf4..2435901ef4 100644 --- a/exercises/practice/roman-numerals/RomanNumerals.cs +++ b/exercises/practice/roman-numerals/RomanNumerals.cs @@ -4,6 +4,6 @@ public static class RomanNumeralExtension { public static string ToRoman(this int value) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } \ No newline at end of file diff --git a/exercises/practice/rotational-cipher/RotationalCipher.cs b/exercises/practice/rotational-cipher/RotationalCipher.cs index 51e5dfd209..c2f16d18df 100644 --- a/exercises/practice/rotational-cipher/RotationalCipher.cs +++ b/exercises/practice/rotational-cipher/RotationalCipher.cs @@ -4,6 +4,6 @@ public static class RotationalCipher { public static string Rotate(string text, int shiftKey) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } \ No newline at end of file diff --git a/exercises/practice/run-length-encoding/RunLengthEncoding.cs b/exercises/practice/run-length-encoding/RunLengthEncoding.cs index 540413faa9..142ff5669c 100644 --- a/exercises/practice/run-length-encoding/RunLengthEncoding.cs +++ b/exercises/practice/run-length-encoding/RunLengthEncoding.cs @@ -4,11 +4,11 @@ public static class RunLengthEncoding { public static string Encode(string input) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public static string Decode(string input) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } diff --git a/exercises/practice/saddle-points/SaddlePoints.cs b/exercises/practice/saddle-points/SaddlePoints.cs index 707ec52fe2..cb50a59384 100644 --- a/exercises/practice/saddle-points/SaddlePoints.cs +++ b/exercises/practice/saddle-points/SaddlePoints.cs @@ -6,6 +6,6 @@ public static class SaddlePoints { public static IEnumerable<(int, int)> Calculate(int[,] matrix) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } diff --git a/exercises/practice/say/Say.cs b/exercises/practice/say/Say.cs index f4291c70e6..51f059ad50 100644 --- a/exercises/practice/say/Say.cs +++ b/exercises/practice/say/Say.cs @@ -4,6 +4,6 @@ public static class Say { public static string InEnglish(long number) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } \ No newline at end of file diff --git a/exercises/practice/scale-generator/ScaleGenerator.cs b/exercises/practice/scale-generator/ScaleGenerator.cs index c7dc8fa9c8..6ebe88628a 100644 --- a/exercises/practice/scale-generator/ScaleGenerator.cs +++ b/exercises/practice/scale-generator/ScaleGenerator.cs @@ -4,11 +4,11 @@ public static class ScaleGenerator { public static string[] Chromatic(string tonic) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public static string[] Interval(string tonic, string pattern) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } \ No newline at end of file diff --git a/exercises/practice/scrabble-score/ScrabbleScore.cs b/exercises/practice/scrabble-score/ScrabbleScore.cs index b315aaf692..2dfd05eda4 100644 --- a/exercises/practice/scrabble-score/ScrabbleScore.cs +++ b/exercises/practice/scrabble-score/ScrabbleScore.cs @@ -4,6 +4,6 @@ public static class ScrabbleScore { public static int Score(string input) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } \ No newline at end of file diff --git a/exercises/practice/secret-handshake/SecretHandshake.cs b/exercises/practice/secret-handshake/SecretHandshake.cs index 45c43bd48a..45878922cb 100644 --- a/exercises/practice/secret-handshake/SecretHandshake.cs +++ b/exercises/practice/secret-handshake/SecretHandshake.cs @@ -4,6 +4,6 @@ public static class SecretHandshake { public static string[] Commands(int commandValue) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } diff --git a/exercises/practice/series/Series.cs b/exercises/practice/series/Series.cs index b41d3ff657..46d86a89ad 100644 --- a/exercises/practice/series/Series.cs +++ b/exercises/practice/series/Series.cs @@ -4,6 +4,6 @@ public static class Series { public static string[] Slices(string numbers, int sliceLength) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } \ No newline at end of file diff --git a/exercises/practice/sgf-parsing/SgfParsing.cs b/exercises/practice/sgf-parsing/SgfParsing.cs index 5c3f7d66f5..17b1fc718e 100644 --- a/exercises/practice/sgf-parsing/SgfParsing.cs +++ b/exercises/practice/sgf-parsing/SgfParsing.cs @@ -17,6 +17,6 @@ public class SgfParser { public static SgfTree ParseTree(string input) { - throw new NotImplementedException(); + throw new NotImplementedException("You need to implement this method."); } } \ No newline at end of file diff --git a/exercises/practice/sieve/Sieve.cs b/exercises/practice/sieve/Sieve.cs index df8f596801..5b0b63ab9f 100644 --- a/exercises/practice/sieve/Sieve.cs +++ b/exercises/practice/sieve/Sieve.cs @@ -4,6 +4,6 @@ public static class Sieve { public static int[] Primes(int limit) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } \ No newline at end of file diff --git a/exercises/practice/simple-cipher/SimpleCipher.cs b/exercises/practice/simple-cipher/SimpleCipher.cs index da468fbf17..913f5f9b76 100644 --- a/exercises/practice/simple-cipher/SimpleCipher.cs +++ b/exercises/practice/simple-cipher/SimpleCipher.cs @@ -4,29 +4,29 @@ public class SimpleCipher { public SimpleCipher() { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public SimpleCipher(string key) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public string Key { get { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } public string Encode(string plaintext) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public string Decode(string ciphertext) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } \ No newline at end of file diff --git a/exercises/practice/simple-linked-list/SimpleLinkedList.cs b/exercises/practice/simple-linked-list/SimpleLinkedList.cs index 457d8e4b77..eae0c9b5bf 100644 --- a/exercises/practice/simple-linked-list/SimpleLinkedList.cs +++ b/exercises/practice/simple-linked-list/SimpleLinkedList.cs @@ -2,15 +2,15 @@ public class SimpleLinkedList { - public int Count => throw new NotImplementedException("You need to implement this function."); + public int Count => throw new NotImplementedException("You need to implement this method."); public void Push(T value) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public T Pop() { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } \ No newline at end of file diff --git a/exercises/practice/space-age/SpaceAge.cs b/exercises/practice/space-age/SpaceAge.cs index f9bf645e06..c85648de8a 100644 --- a/exercises/practice/space-age/SpaceAge.cs +++ b/exercises/practice/space-age/SpaceAge.cs @@ -8,41 +8,41 @@ public SpaceAge(int seconds) public double OnEarth() { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public double OnMercury() { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public double OnVenus() { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public double OnMars() { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public double OnJupiter() { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public double OnSaturn() { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public double OnUranus() { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public double OnNeptune() { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } \ No newline at end of file diff --git a/exercises/practice/spiral-matrix/SpiralMatrix.cs b/exercises/practice/spiral-matrix/SpiralMatrix.cs index 653ecf0bdb..f1cfbbc94e 100644 --- a/exercises/practice/spiral-matrix/SpiralMatrix.cs +++ b/exercises/practice/spiral-matrix/SpiralMatrix.cs @@ -4,6 +4,6 @@ public class SpiralMatrix { public static int[,] GetMatrix(int size) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } diff --git a/exercises/practice/strain/Strain.cs b/exercises/practice/strain/Strain.cs index d380128092..8638d8fc26 100644 --- a/exercises/practice/strain/Strain.cs +++ b/exercises/practice/strain/Strain.cs @@ -5,11 +5,11 @@ public static class Strain { public static IEnumerable Keep(this IEnumerable collection, Func predicate) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public static IEnumerable Discard(this IEnumerable collection, Func predicate) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } \ No newline at end of file diff --git a/exercises/practice/sublist/Sublist.cs b/exercises/practice/sublist/Sublist.cs index 3d6879624e..61c2cd7b0a 100644 --- a/exercises/practice/sublist/Sublist.cs +++ b/exercises/practice/sublist/Sublist.cs @@ -14,6 +14,6 @@ public static class Sublist public static SublistType Classify(List list1, List list2) where T : IComparable { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } \ No newline at end of file diff --git a/exercises/practice/sum-of-multiples/SumOfMultiples.cs b/exercises/practice/sum-of-multiples/SumOfMultiples.cs index dcf06a1538..9f0efcb1fd 100644 --- a/exercises/practice/sum-of-multiples/SumOfMultiples.cs +++ b/exercises/practice/sum-of-multiples/SumOfMultiples.cs @@ -5,6 +5,6 @@ public static class SumOfMultiples { public static int Sum(IEnumerable multiples, int max) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } \ No newline at end of file diff --git a/exercises/practice/tournament/Tournament.cs b/exercises/practice/tournament/Tournament.cs index 4e1a29d23b..60c8df78ee 100644 --- a/exercises/practice/tournament/Tournament.cs +++ b/exercises/practice/tournament/Tournament.cs @@ -5,6 +5,6 @@ public static class Tournament { public static void Tally(Stream inStream, Stream outStream) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } diff --git a/exercises/practice/transpose/Transpose.cs b/exercises/practice/transpose/Transpose.cs index 7bddc5c96a..20cbd93263 100644 --- a/exercises/practice/transpose/Transpose.cs +++ b/exercises/practice/transpose/Transpose.cs @@ -4,6 +4,6 @@ public static class Transpose { public static string String(string input) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } \ No newline at end of file diff --git a/exercises/practice/triangle/Triangle.cs b/exercises/practice/triangle/Triangle.cs index f40ca9bed9..8a2168a6e2 100644 --- a/exercises/practice/triangle/Triangle.cs +++ b/exercises/practice/triangle/Triangle.cs @@ -4,16 +4,16 @@ public static class Triangle { public static bool IsScalene(double side1, double side2, double side3) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public static bool IsIsosceles(double side1, double side2, double side3) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public static bool IsEquilateral(double side1, double side2, double side3) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } \ No newline at end of file diff --git a/exercises/practice/trinary/Trinary.cs b/exercises/practice/trinary/Trinary.cs index 972813de31..5a5d22a736 100644 --- a/exercises/practice/trinary/Trinary.cs +++ b/exercises/practice/trinary/Trinary.cs @@ -4,6 +4,6 @@ public class Trinary { public static int ToDecimal(string trinary) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } diff --git a/exercises/practice/twelve-days/TwelveDays.cs b/exercises/practice/twelve-days/TwelveDays.cs index ed950e2931..30d9606af2 100644 --- a/exercises/practice/twelve-days/TwelveDays.cs +++ b/exercises/practice/twelve-days/TwelveDays.cs @@ -4,11 +4,11 @@ public static class TwelveDays { public static string Recite(int verseNumber) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public static string Recite(int startVerse, int endVerse) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } \ No newline at end of file diff --git a/exercises/practice/two-bucket/TwoBucket.cs b/exercises/practice/two-bucket/TwoBucket.cs index deb47cdc13..14001b5db2 100644 --- a/exercises/practice/two-bucket/TwoBucket.cs +++ b/exercises/practice/two-bucket/TwoBucket.cs @@ -17,11 +17,11 @@ public class TwoBucket { public TwoBucket(int bucketOne, int bucketTwo, Bucket startBucket) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public TwoBucketResult Measure(int goal) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } diff --git a/exercises/practice/two-fer/TwoFer.cs b/exercises/practice/two-fer/TwoFer.cs index df8f885cd6..ad0fab81dc 100644 --- a/exercises/practice/two-fer/TwoFer.cs +++ b/exercises/practice/two-fer/TwoFer.cs @@ -6,6 +6,6 @@ public static class TwoFer // can be called both without any arguments and also by passing one string argument. public static string Speak() { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } diff --git a/exercises/practice/variable-length-quantity/VariableLengthQuantity.cs b/exercises/practice/variable-length-quantity/VariableLengthQuantity.cs index f049ee1cb0..6b0e411861 100644 --- a/exercises/practice/variable-length-quantity/VariableLengthQuantity.cs +++ b/exercises/practice/variable-length-quantity/VariableLengthQuantity.cs @@ -4,11 +4,11 @@ public static class VariableLengthQuantity { public static uint[] Encode(uint[] numbers) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public static uint[] Decode(uint[] bytes) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } \ No newline at end of file diff --git a/exercises/practice/word-count/WordCount.cs b/exercises/practice/word-count/WordCount.cs index a91ff362de..2ab7270299 100644 --- a/exercises/practice/word-count/WordCount.cs +++ b/exercises/practice/word-count/WordCount.cs @@ -5,6 +5,6 @@ public static class WordCount { public static IDictionary CountWords(string phrase) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } \ No newline at end of file diff --git a/exercises/practice/word-search/WordSearch.cs b/exercises/practice/word-search/WordSearch.cs index 622605e88b..98f5b6ec72 100644 --- a/exercises/practice/word-search/WordSearch.cs +++ b/exercises/practice/word-search/WordSearch.cs @@ -6,11 +6,11 @@ public class WordSearch { public WordSearch(string grid) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public Dictionary Search(string[] wordsToSearchFor) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } \ No newline at end of file diff --git a/exercises/practice/wordy/Wordy.cs b/exercises/practice/wordy/Wordy.cs index b327834b8b..33d85d991e 100644 --- a/exercises/practice/wordy/Wordy.cs +++ b/exercises/practice/wordy/Wordy.cs @@ -4,6 +4,6 @@ public static class Wordy { public static int Answer(string question) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } \ No newline at end of file diff --git a/exercises/practice/yacht/Yacht.cs b/exercises/practice/yacht/Yacht.cs index 01c83e42e7..d19dd42c57 100644 --- a/exercises/practice/yacht/Yacht.cs +++ b/exercises/practice/yacht/Yacht.cs @@ -20,7 +20,7 @@ public static class YachtGame { public static int Score(int[] dice, YachtCategory category) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } diff --git a/exercises/practice/zebra-puzzle/ZebraPuzzle.cs b/exercises/practice/zebra-puzzle/ZebraPuzzle.cs index b8763a6a4d..1e876a4d2d 100644 --- a/exercises/practice/zebra-puzzle/ZebraPuzzle.cs +++ b/exercises/practice/zebra-puzzle/ZebraPuzzle.cs @@ -12,11 +12,11 @@ public static class ZebraPuzzle { public static Nationality DrinksWater() { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public static Nationality OwnsZebra() { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } \ No newline at end of file diff --git a/exercises/practice/zipper/Zipper.cs b/exercises/practice/zipper/Zipper.cs index 2831e198d7..29b063cb95 100644 --- a/exercises/practice/zipper/Zipper.cs +++ b/exercises/practice/zipper/Zipper.cs @@ -4,7 +4,7 @@ public class BinTree { public BinTree(int value, BinTree left, BinTree right) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public int Value { get; } @@ -16,46 +16,46 @@ public class Zipper { public int Value() { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public Zipper SetValue(int newValue) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public Zipper SetLeft(BinTree binTree) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public Zipper SetRight(BinTree binTree) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public Zipper Left() { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public Zipper Right() { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public Zipper Up() { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public BinTree ToTree() { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } public static Zipper FromTree(BinTree tree) { - throw new NotImplementedException("You need to implement this function."); + throw new NotImplementedException("You need to implement this method."); } } \ No newline at end of file