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

Split query file into logical submodules #50

Open
akorchyn opened this issue Mar 1, 2025 · 0 comments
Open

Split query file into logical submodules #50

akorchyn opened this issue Mar 1, 2025 · 0 comments

Comments

@akorchyn
Copy link
Collaborator

akorchyn commented Mar 1, 2025

Module Organization and Naming Clarity

Description

The current module structure could benefit from better organization. At ~800 lines, it's not overly large, but the naming conventions make it difficult to distinguish between similar components (QueryBuilder, RpcBuilder, RpcHandler, RpcRequest, RpcRequestHandler, MultiRpcBuilder, etc.).

Proposed Solution

Consider splitting the module into smaller sub-modules organized by:

  1. Core traits that items implement
  2. Logical categories (potentially with nested layers)

Example Structure

near_api::common::query::<module_name>         # Core implementations
near_api::common::query::<module_name>::aliases # Aliases like QueryBuilder

This would make it easier to differentiate between related components like RpcBuilder and MultiRpcBuilder and their respective aliases.

Additional Context

Originally discussed in PR #45: #45 (comment)

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

No branches or pull requests

1 participant