review

  1. Suicidal Isaac

    State Pattern Implementation

    I watched a tutorial video about the State design pattern, but the video showed the pattern implementation in such a way that adding a new state would require changing the previous states and the class itself, in which these states are used, which, in my opinion, violates the OCP. So I wrote a...
  2. Suicidal Isaac

    Review my first code please

    I just started learning C# and wrote a program that outputs hello world to the console, did I do everything right? https://github.com/SuicidalIsaac/Hello_World_CSharp
  3. L

    I'm looking for reviews for my code

    I'm a C# beginner and I don't really know how good my program is. I wrote a program that shows the user the weather at their location. I would be very grateful if someone would read it and give me a rating. you can find it here: https://github.com/LukasEber/WeatherApp
Back
Top Bottom