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: Move three internal helper functions into the unnamed namespace #72

Commits on Sep 6, 2024

  1. STYLE: Move three internal helper functions into the unnamed namespace

    Moved `writeJson`, `jsonRead`, and `addCoordinateTransformations` into the
    unnamed namespace of "itkOMEZarrNGFFImageIO.cxx".
    
    Following C++ Core Guidelines, May 11, 2024, "Use an unnamed (anonymous)
    namespace for all internal/non-exported entities",
    http://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#sf22-use-an-unnamed-anonymous-namespace-for-all-internalnon-exported-entities
    N-Dekker committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    9bb60da View commit details
    Browse the repository at this point in the history