Skip to content

Conversation

@zharinov
Copy link
Member

@zharinov zharinov commented Jan 6, 2026

Summary

  • Rename query.rsstages.rs to fix module inception lint
  • Make all submodules private, expose public API via pub use re-exports
  • Update all internal imports to use the facade (crate::query::X) instead of reaching into submodules

Why

Enforces encapsulation: internal file structure is hidden, refactoring freedom is preserved, and the public API is explicit in mod.rs.

@zharinov zharinov enabled auto-merge (squash) January 6, 2026 18:00
@zharinov zharinov merged commit d1f69d4 into master Jan 6, 2026
4 checks passed
@zharinov zharinov deleted the refactor/query-module-facade branch January 6, 2026 18:01
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