Hacker News new | ask | show | jobs
by ralph 6936 days ago
Good advice, but it doesn't help when one's coding in a larger system not just written by oneself. Then there's operator overloading; you can't trust anything to be doing what it suggests in an unknown, or large, codebase. Code readability goes down the pan if too much is hidden by mis-used OO techniques.
1 comments

Not all OO languages allow operator overloading.