Skip to content

refactor: rename "Populate" to "Modify" across the project#68

Merged
IvanMurzak merged 4 commits into
mainfrom
claude/issue-67-20260303-0613
Mar 3, 2026
Merged

refactor: rename "Populate" to "Modify" across the project#68
IvanMurzak merged 4 commits into
mainfrom
claude/issue-67-20260303-0613

Conversation

@IvanMurzak
Copy link
Copy Markdown
Owner

Renames all "Populate" API terms to "Modify" across the entire project as requested in #67.

Changes include:

  • TryPopulateTryModify on Reflector and IReflectionConverter
  • TryPopulateFieldTryModifyField, TryPopulatePropertyTryModifyProperty
  • File renames: Reflector.Populate.csReflector.Modify.cs, BaseReflectionConverter.Populate.csBaseReflectionConverter.Modify.cs
  • Test file renames and class renames
  • Updated README.md and CLAUDE.md references

Closes #67

- Rename `Reflector.Populate.cs` → `Reflector.Modify.cs` and `TryPopulate` → `TryModify`
- Rename `BaseReflectionConverter.Populate.cs` → `BaseReflectionConverter.Modify.cs`
- Rename `TryPopulateField` → `TryModifyField`, `TryPopulateProperty` → `TryModifyProperty`
- Update `IReflectionConverter` interface: `TryPopulate` → `TryModify`
- Rename test files: `InterfacePopulationTests` → `InterfaceModificationTests`, `SerializePopulateTests` → `SerializeModifyTests`
- Update all method calls, log messages, and documentation strings accordingly
- Update README.md and CLAUDE.md references

Closes #67

Co-authored-by: Ivan Murzak <IvanMurzak@users.noreply.github.com>
@IvanMurzak IvanMurzak self-assigned this Mar 3, 2026
@IvanMurzak IvanMurzak added the enhancement New feature or request label Mar 3, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Mar 3, 2026

Test Results

    2 files      2 suites   8m 41s ⏱️
1 261 tests 1 261 ✅ 0 💤 0 ❌
2 522 runs  2 522 ✅ 0 💤 0 ❌

Results for commit 2347799.

♻️ This comment has been updated with latest results.

@IvanMurzak IvanMurzak merged commit fd443df into main Mar 3, 2026
1 check passed
@IvanMurzak IvanMurzak deleted the claude/issue-67-20260303-0613 branch March 3, 2026 07:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Rename "Populate" with "Modify"

1 participant