/CodeKata

Social Networking Code Kata

Primary LanguageC#

CodeKata

Social Networking Code Kata - Coded in C# using Visual Studio 2019

#BuildSteps

  1. git clone

  2. open CodeKata.sln

  3. install the following NuGet packages: image

  4. build solution

  5. CTRL+R,A or Test->Run All Tests

The ask was to complete as much of This Social Network Kata in a 2 hour time period using TDD.

To accomplish this, a total of 3 test cases has been written for the features given in the Kata:

  • Publish
    • Publishes Alice's message
  • View
    • Alice views Bob's messages
  • Following
    • Charlie follows Alice and Bob
    • Charlie sees everyone's messages on his wall

Note: Per instuctions, there is no UI for this exercise.