Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

STYLE: Replace thread_local path with internal MakePath function #70

Merged

Conversation

N-Dekker
Copy link
Collaborator

Aims to reduce common coupling between functions.

Aims to reduce "common coupling" between functions.
@N-Dekker N-Dekker force-pushed the Replace-path-with-MakePath branch from 4710b37 to d1f8b44 Compare August 26, 2024 19:27
@N-Dekker N-Dekker changed the title STYLE: Replace thread_local path with local MakePath helper function STYLE: Replace thread_local path with internal MakePath function Aug 26, 2024
@N-Dekker
Copy link
Collaborator Author

FYI, I changed the subject because the term "local helper function" appears somewhat unclear, in C++. MakePath is not declared as a local function inside another function. But it has internal linkage, as it is defined inside an unnamed namespace. So "internal function" looks like a better term here!

@N-Dekker N-Dekker marked this pull request as ready for review August 26, 2024 19:33
@N-Dekker
Copy link
Collaborator Author

@dzenanz Thanks for your approval! I also think this pull request is ready now!

@dzenanz dzenanz merged commit 1d0f131 into InsightSoftwareConsortium:main Aug 27, 2024
18 checks passed
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.

2 participants