Skip to content

Commit 1e73c11

Browse files
authored
Merge pull request #10 from jkordick/pr-9-csharp-fix
Added a new known TODO to readme
2 parents fe6e0c2 + 380a777 commit 1e73c11

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1069,4 +1069,10 @@ MIT License - Copyright (c) Microsoft Corporation. See full license terms in the
10691069
- Update Docker and build configuration files
10701070
- Rationale: Project now supports multiple target languages (Java Quarkus and C# .NET), making the original name too specific
10711071

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+
10721078
````

0 commit comments

Comments
 (0)