keinsell / neuronek

🧬 Intelligent dosage tracker application with purpose to monitor supplements, nootropics and psychoactive substances along with their long-term influence on one's mind and body.
https://neuronek.up.railway.app/reference
Do What The F*ck You Want To Public License
11 stars 2 forks source link

refactor(cqrs): ♻️ rename `Event` to `SimpleEvent` #367

Closed keinsell closed 1 year ago

height[bot] commented 1 year ago

Link Height tasks by mentioning a task ID in the pull request title or commit messages, or description and comments with the keyword link (e.g. "Link T-123").

💡Tip: You can also use "Close T-X" to automatically close a task when the pull request is merged.

linear[bot] commented 1 year ago
ENG-52 Rename Event class to SimpleEvent

For a normal event, you could use a name like `SimpleEvent` or `BasicEvent`. For a domain event, you could use a name like `DomainEvent` or `BusinessEvent`. It’s important to choose a name that accurately reflects the purpose and context of the event within your application.