kgrzybek/modular-monolith-with-ddd

Wrong comparison operator

Open

#197 opened on Apr 23, 2021

 (1 comment) (2 reactions) (0 assignees)C# (2,184 forks)batch import
buggood first issue

Repository metrics

Stars
 (13,951 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

https://github.com/kgrzybek/modular-monolith-with-ddd/blob/54d209639e501301e879aa0d0a84c9ea49e4689e/src/Modules/Meetings/Domain/Meetings/Rules/MeetingAttendeesLimitMustBeGreaterThanGuestsLimitRule.cs#L1-L21

I believe the comparison operator used in the IsBroken method is wrong because the rule is checking that meeting attendees limit must be greater than guests limit.

Contributor guide