Hacker News new | ask | show | jobs
by cperciva 6068 days ago
Good compilers will warn you.

Even most bad compilers warn about this now.

1 comments

Even ruby warns you

puts 'argh' if a = 'b' warning: found = in conditional, should be ==