/OrlovAnalyzer

Primary LanguageC#MIT LicenseMIT

OrlovAnalyzer

is a repository with analyzers I created.

Only 1 is available right now:

Simple Yo-Yo Analyzer

This parser is designed to solve one small problem which is part of the anti-pattern yoyo-problem.

When you have a large class with many methods, if you don't order them in the order they are called, you will jump up and down when switching between them.

The IDE tells you where you use a method that is defined above its call and can swap between these methods

Getting started

Just downoald package from release and import in your project

By the way

About all bugs, issues or defects you can write to me or create your own requests