[REQ] Code Refactoring: strucuring modules/openapi-generator/src/main/java/org/openapitools/codegen/languages into one package per language
Created by: Fjolnir-Dvorak
At first I found a bug in the python generator and thought of fixing it. Looking for the broken file I found the directory modules/openapi-generator/src/main/java/org/openapitools/codegen/languages containing 120 toplevel files.
Sollution: I would like to create a pull request where I sort all these 120 files into one directory per language so that the directory modules/openapi-generator/src/main/java/org/openapitools/codegen/languages will no longer contain files but only directories with language names.
Why do I want to change the current structure: Opening the project with any editor or IDE feels like a huge pain when I have to scroll through directories that contain 120 files making it more difficult to understand the project and to contribute.
Why am I asking instead of creating a pull-request? This change will move 120 files in total which are edited quite frequently making it painfully to care for the pull request while the community is ignoring it or nobody is saying that a structurally improvement is not welcome.