Skip to content
View sm-g's full-sized avatar
Block or Report

Block or report sm-g

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
sm-g/README.md

Pinned

  1. ByValue ByValue Public

    DDD ValueObject implementation helper

    C# 9

  2. diagnosis diagnosis Public

    TSQL

  3. SimpleCards SimpleCards Public

    Engine for building card games

    C# 1

  4. weatherlog weatherlog Public

    App for compare accuracy of different weather forecast sources

    C#

  5. C# editorconfig naming rules checker C# editorconfig naming rules checker
    1
        public class NamingRulesChecker
    2
        {
    3
            private const string PrivateConst = " ";
    4
            private static readonly double PrivateStaticReadonlyLikeConstant = TimeSpan.FromSeconds(3).Ticks;
    5
            private static readonly string[] _privateStaticReadonlyOthers = new[] { "None" };