matomo-org / piwik-dotnet-tracker

C# API client SDK for the Piwik Tracking API
BSD 3-Clause "New" or "Revised" License
74 stars 47 forks source link

Decompose PiwikTracker into multiple small units of code #64

Open julienmoumne opened 7 years ago

julienmoumne commented 7 years ago

PiwikTracker.cs contains more than 1700 line of codes.

Let's improve maintainability and testability by splitting the tracker's logic into small units of code.