8000 Move code to be more OO · Issue #267 · microsoft/AzUrlShortener · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Move code to be more OO #267
Open
Open
@FBoucher

Description

@FBoucher

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0