Skip to content

Address post-merge feedback from #10075.#10141

Merged
mergeconflict merged 2 commits intomainfrom
mergeconflict/more-comments
Mar 24, 2026
Merged

Address post-merge feedback from #10075.#10141
mergeconflict merged 2 commits intomainfrom
mergeconflict/more-comments

Conversation

@mergeconflict
Copy link
Copy Markdown
Contributor

No description provided.

@mergeconflict mergeconflict requested a review from hawkw March 24, 2026 18:14
Comment thread nexus/db-model/src/lib.rs Outdated
//!
//! ```text
//! // in nexus-db-schema
//! ```rust,ignore
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

it would be nice if this didn't have to say ignore on it; which I think would basically just require us to import some stuff. we would probably have to chop off the crate::enums types at the end and add a // ... there, though.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

done in 35a378c

Comment on lines +9 to +16
//! Almost all database queries in this crate are defined as methods on
//! [`DataStore`], so everything is called as `datastore.method()` rather than
//! being namespaced in a module. Because of this, methods follow a naming
//! convention with the resource/object name _first_, followed by the verb:
//! `disk_list` rather than `list_disks`, `instance_fetch` rather than
//! `fetch_instance`, and so on. This reads less like natural English but makes
//! it easy to find all operations on a given resource by searching for the
//! prefix.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

lovely, ty! <3

@mergeconflict mergeconflict enabled auto-merge (squash) March 24, 2026 19:30
@mergeconflict mergeconflict merged commit a9395b2 into main Mar 24, 2026
16 checks passed
@mergeconflict mergeconflict deleted the mergeconflict/more-comments branch March 24, 2026 21:12
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