microsoft/kiota

Remove normalization from writers

Open

#2,842 opened on Jul 3, 2023

 (5 comments) (0 reactions) (1 assignee)C# (326 forks)auto 404
PHPPythonWIPenhancementgeneratorhelp wanted

Repository metrics

Stars
 (3,783 stars)
PR merge metrics
 (PR metrics pending)

Description

Normalization of names should happen in the refiners to allow other phases to reuse the information.

Currently, Python and Ruby are performing the normalization in the writers, and this is causing a bunch of issues.

We should move the normalization back to the refiners.

Contributor guide