Hacker News new | ask | show | jobs
by neuromanser 955 days ago

    var t = a.b().c(); // what is it?
Most likely bad code (on the right hand side)

https://en.m.wikipedia.org/wiki/Law_of_Demeter

1 comments

I agree but my coworkers don’t :)