-
Notifications
You must be signed in to change notification settings - Fork 132
Refactoring: Enhance the coding in the Core Compiler #479
Copy link
Copy link
Closed
Labels
deployedFeature or bug is deployed at the current releaseFeature or bug is deployed at the current releaseenhancementNew feature or requestNew feature or requestfixedThe bug, issue, incident has been fixed.The bug, issue, incident has been fixed.optimizationAn optimization taskAn optimization taskpriorityTop priority feature or things to doTop priority feature or things to dorefactoringA change in code without changing the logicA change in code without changing the logictodoThings to be done in the futureThings to be done in the future
Metadata
Metadata
Assignees
Labels
deployedFeature or bug is deployed at the current releaseFeature or bug is deployed at the current releaseenhancementNew feature or requestNew feature or requestfixedThe bug, issue, incident has been fixed.The bug, issue, incident has been fixed.optimizationAn optimization taskAn optimization taskpriorityTop priority feature or things to doTop priority feature or things to dorefactoringA change in code without changing the logicA change in code without changing the logictodoThings to be done in the futureThings to be done in the future
In order for the RepoDb code to be more maintainable and is easy for everyone contribute (i.e: .NET Community, Friends, Colleagues, etc), ensure that the following classes are all written in a very simple manner.
Make sure to write the methods in a very short manner to adhere with the C# Guidelines Design Principles.
The operations and mentioned methods above are all covered by huge Unit and Integration Tests.
Acceptance Criteria: No need to update the Test Suites, however, we need to make sure that all Unit Tests and Integration Tests are green in all code lines.