Hacker News new | ask | show | jobs
by mayank 1534 days ago
> I can detect a cyclic reference before I even finish writing the code, what's the point of letting the compiler figure it out?

The compiler generally has better attention to detail and the ability to deal with larger object graphs than the typical human.

1 comments

Sure, but how are you going to write code that uses a class with a circular dependency?