Skip to content

[WIP] STY: Update filter code to implement a standard naming convention#1519

Draft
imikejackson wants to merge 1 commit intoBlueQuartzSoftware:developfrom
imikejackson:topic/code_consistency
Draft

[WIP] STY: Update filter code to implement a standard naming convention#1519
imikejackson wants to merge 1 commit intoBlueQuartzSoftware:developfrom
imikejackson:topic/code_consistency

Conversation

@imikejackson
Copy link
Contributor

@imikejackson imikejackson commented Jan 30, 2026

Using claude-code to update filter source codes to use a more consistent naming convention which should more closely match the clang-tidy file but also become easier to read.

Rules such as:
pointer variables should have Ptr suffix
reference variables should have Ref suffix
Variables that point to or reference a Geometry type should end with Geom
When looping over every element in an ImageGeometry, we should be using "TotalVoxels" and "voxelIdx" instead of i in those loops.

Will update with more rules as they are implemented.

@imikejackson imikejackson marked this pull request as draft January 30, 2026 03:03
@imikejackson imikejackson force-pushed the topic/code_consistency branch from 7ce90aa to a4ecf87 Compare January 30, 2026 22:49
@imikejackson imikejackson changed the title STY: Update filter code to implement a standard naming convention [WIP] STY: Update filter code to implement a standard naming convention Jan 30, 2026
@imikejackson imikejackson force-pushed the topic/code_consistency branch from a4ecf87 to a07d886 Compare February 6, 2026 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant