Maintinance to standardize some code structure and conventions #5
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "chore/major-cleanup"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Overview
This MR represents a significant cleanup and refactoring effort, focusing on improving code organization, test structure, and documentation. The changes touch multiple areas of the codebase with a particular emphasis on the custom resolvers system and test infrastructure.
Key Changes
1. Code Organization & Structure
unit/
,integration/
,e2e/
,performance/
)2. New Features & Enhancements
3. Refactoring & Improvements
NegationHelper.createNegation
withDeltaBuilder.negate
4. Documentation
__plans__/
directory5. Build & Tooling
@src
for better import pathsTesting
Migration Notes