Skip to content

est: adjust naming to Google-style (excluding method names)#10189

Merged
maliberty merged 1 commit into
The-OpenROAD-Project:masterfrom
The-OpenROAD-Project-staging:est-tidy-naming
Apr 19, 2026
Merged

est: adjust naming to Google-style (excluding method names)#10189
maliberty merged 1 commit into
The-OpenROAD-Project:masterfrom
The-OpenROAD-Project-staging:est-tidy-naming

Conversation

@openroad-ci

Copy link
Copy Markdown
Member

Summary

adjust naming to Google-style (excluding method names)

Type of Change

  • Refactoring

Impact

None

Verification

  • I have verified that the local build succeeds (./etc/Build.sh).
  • I have run the relevant tests and they pass.
  • My code follows the repository's formatting guidelines.
  • I have signed my commits (DCO).

Signed-off-by: Matt Liberty <mliberty@precisioninno.com>
@maliberty

Copy link
Copy Markdown
Member

@jhkim-pii some minor rsz changes to merge into your branch.

@maliberty maliberty enabled auto-merge April 19, 2026 20:54

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request standardizes naming conventions for enums and constants by adding a 'k' prefix and renames parameters and local variables to remove trailing underscores. The review feedback suggests refactoring a local lambda into a free function for better reusability and recommends keeping a counter as a local variable rather than a class member to avoid increasing state complexity.

Comment thread src/est/src/EstimateParasitics.cpp
Comment thread src/est/src/MakeWireParasitics.cpp
@github-actions

Copy link
Copy Markdown
Contributor

clang-tidy review says "All clean, LGTM! 👍"

@maliberty maliberty merged commit 384cd5f into The-OpenROAD-Project:master Apr 19, 2026
16 of 17 checks passed
@maliberty maliberty deleted the est-tidy-naming branch April 19, 2026 21:40
@jhkim-pii

Copy link
Copy Markdown
Contributor

@jhkim-pii some minor rsz changes to merge into your branch.

Thanks. Updated my local branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants