clean-code-dotnet | : bathtub : Clean Code concepts and tools adapted for .NET | Architecture library

 by   thangchung C# Version: Current License: MIT

kandi X-RAY | clean-code-dotnet Summary

kandi X-RAY | clean-code-dotnet Summary

clean-code-dotnet is a C# library typically used in Architecture applications. clean-code-dotnet has no bugs, it has no vulnerabilities, it has a Permissive License and it has medium support. You can download it from GitHub.

Software engineering principles, from Robert C. Martin's book Clean Code, adapted for .NET/.NET Core. This is not a style guide. It's a guide to producing readable, reusable, and refactorable software in .NET/.NET Core. Not every principle herein has to be strictly followed, and even fewer will be universally agreed upon. These are guidelines and nothing more, but they are ones codified over many years of collective experience by the authors of Clean Code. Inspired from clean-code-javascript and clean-code-php lists.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              clean-code-dotnet has a medium active ecosystem.
              It has 6145 star(s) with 962 fork(s). There are 269 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              There are 15 open issues and 27 have been closed. On average issues are closed in 87 days. There are 27 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of clean-code-dotnet is current.

            kandi-Quality Quality

              clean-code-dotnet has 0 bugs and 0 code smells.

            kandi-Security Security

              clean-code-dotnet has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              clean-code-dotnet code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              clean-code-dotnet is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              clean-code-dotnet releases are not available. You will need to build from source code and install.
              Installation instructions are not available. Examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of clean-code-dotnet
            Get all kandi verified functions for this library.

            clean-code-dotnet Key Features

            No Key Features are available at this moment for clean-code-dotnet.

            clean-code-dotnet Examples and Code Snippets

            No Code Snippets are available at this moment for clean-code-dotnet.

            Community Discussions

            QUESTION

            Clean code applied to .NET: avoid type checking with pattern matching involves a performance issue?
            Asked 2019-Apr-11 at 16:12

            I was reading the Github repository about the Clean Code concepts applied to C#, and I was surprised that the pattern matching strategy was recommended for to avoid type checking (in addition https://github.com/thangchung/clean-code-dotnet#avoid-type-checking-part-1

            I can understand when you don't really have the control over types defined in a third party, but other than that I think it might be definitely better to define an interface to process some actions.

            The example used in that repository is:

            ...

            ANSWER

            Answered 2018-Nov-18 at 15:09

            (translated itself obj as TargetType != null)

            Ok, that's not quite correct. Check the example on MSDN.

            Old way:

            Source https://stackoverflow.com/questions/53361847

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install clean-code-dotnet

            You can download it from GitHub.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/thangchung/clean-code-dotnet.git

          • CLI

            gh repo clone thangchung/clean-code-dotnet

          • sshUrl

            git@github.com:thangchung/clean-code-dotnet.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link