We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fe6e0c2 + 380a777 commit 1e73c11Copy full SHA for 1e73c11
README.md
@@ -1069,4 +1069,10 @@ MIT License - Copyright (c) Microsoft Corporation. See full license terms in the
1069
- Update Docker and build configuration files
1070
- Rationale: Project now supports multiple target languages (Java Quarkus and C# .NET), making the original name too specific
1071
1072
+### Code Refactoring
1073
+- [ ] **Refactor parameter names in `MigrationProcess.cs`**
1074
+ - Rename `javaOutputFolder` → `outputFolder`
1075
+ - Rename `cobolSourceFolder` → `sourceFolder`
1076
+ - Rationale: Current names are language-specific but the framework supports multiple target languages (Java and C#)
1077
+
1078
````
0 commit comments