Animalfox / vue-twa-boilerplate

A boilerplate for developing Telegram Web Applications, leveraging Clean Architecture principles. This project is built with modern technologies such as TypeScript, Vue, Vite, and includes robust tooling like ESLint, Prettier, Stylelint, and Vitest for testing. Autoformatting on save is configured to ensure code consistency and quality.
MIT License
0 stars 0 forks source link

Remove equals method from abstract Entity class #8

Closed Animalfox closed 2 hours ago

Animalfox commented 3 hours ago

Goal: Remove the equals method from the Entity class as it is not appropriate for entities according to DDD principles and is unnecessary at the abstraction level.

Acceptance Criteria: The equals method is removed, and tests related to its presence and functionality are removed as well.

Animalfox commented 2 hours ago

It fixes by 0dbfeb3