AzUrlShortener
AzUrlShortener copied to clipboard
Move code to be more OO
In UrlShortener.cs around line 109 the cleaning should be inside the object ShortUrlEntity
string longUrl = input.Url.Trim();
string vanity = string.IsNullOrWhiteSpace(input.Vanity) ? "" : input.Vanity.Trim();
string title = string.IsNullOrWhiteSpace(input.Title) ? "" : input.Title.Trim();
┆Issue is synchronized with this Trello card by Unito
@FBoucher,
I think this one needs some love. Can I work on this one :) ?!