sandstone icon indicating copy to clipboard operation
sandstone copied to clipboard

Rename `Item` to `ItemCommand` (and probably do the same for other applicable classes for consistency)

Open GrantGryczan opened this issue 2 years ago • 2 comments

I want to make my own Item class for custom items, but Sandstone's existing Item class is making that troublesome in the auto-complete, and I don't think the name "Item" really represents what Sandstone's Item class is anyway. In other words, I don't think it's a good name either way, and it's conflicting with something I want to do, so I think it might as well be renamed?

GrantGryczan avatar Feb 03 '22 08:02 GrantGryczan

That's what I've been doing in the new Sandstone backend! So it will be consistent for all commands in the future.

TheMrZZ avatar Feb 03 '22 08:02 TheMrZZ

And you can always import under a shorter name if you want, sounds good 👍

MulverineX avatar Feb 03 '22 19:02 MulverineX