Skip to content

Rename ChatRoom, ChatRooms and Chatroom to Room#25

Open
joebew42 wants to merge 9 commits into
masterfrom
issue-11-feat-rename-chatroom-chatrooms-and-chatroom-to-room
Open

Rename ChatRoom, ChatRooms and Chatroom to Room#25
joebew42 wants to merge 9 commits into
masterfrom
issue-11-feat-rename-chatroom-chatrooms-and-chatroom-to-room

Conversation

@joebew42

@joebew42 joebew42 commented Jul 1, 2026

Copy link
Copy Markdown
Owner

Context

The domain vocabulary carried a redundant Chat prefix across the codebase: ChatRoom, ChatRooms, ChatRoomRegistry, and the various ChatRoom use cases. Since the entire application is already a chat system, the Chat term added no meaning and made the names longer than they needed to be. Dropping it leaves a cleaner, more direct vocabulary centred on Room.

This PR

Renames every ChatRoom/ChatRooms/chatroom identifier to its Room equivalent throughout the application source and tests. This is a pure refactoring with no behavioural change: module names, file names, aliases, atoms, and local function and variable names are updated consistently, and all tests continue to pass.

Closes #11

@joebew42 joebew42 self-assigned this Jul 1, 2026
@joebew42
joebew42 marked this pull request as ready for review July 2, 2026 05:19
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.

Rename ChatRoom, ChatRooms and Chatroom to Room

1 participant