Posts

Showing posts with the label code

Track GitHub trending repositories in your favorite programming language

This one is definitely something every person who codes should do Track GitHub trending repositories in your favorite programming language by native GitHub notifications! vitalets/github-trending-repos github-trending-repos - Track GitHub trending repositories in your favorite programming language by native GitHub notifications!

Curated list of static analysis tools, linters and code quality checkers

Image
Here is a curated list of static analysis tools, linters and code quality checkers for various programming languages: https://github.com/mre/awesome-static-analysis C# Static code Analysis tools .NET Analyzers  - An organization for the development of analyzers (diagnostics and code fixes) using the .NET Compiler Platform. Code Analysis Rule Collection  - Contains a set of diagnostics, code fixes and refactorings built on the Microsoft .NET Compiler Platform "Roslyn". code-cracker  - An analyzer library for C# and VB that uses Roslyn to produce refactorings, code analysis, and other niceties. CSharpEssentials  - C# Essentials is a collection of Roslyn diagnostic analyzers, code fixes and refactorings that make it easy to work with C# 6 language features. Designite  ©️ - Designite is a software design quality assessment tool. It supports detection of implementation and design smells, compu...