Help Wantednew rule
Repository metrics
- Stars
- (1,203 stars)
- PR merge metrics
- (30d に merged PR はありません)
説明
How about catching the mistake that I make most often? An "if" statement that uses a single "=" instead of double "==" compiles just fine, but causes confusing behaviour at runtime. I wish my editor would warn me when I do this. Example:
if a = b
do_something()