Good ideas and conversation. No ads, no tracking. Login or Take a Tour!
The best you can do is write some prose explaining how it works, and what you're trying to do, I suppose. Writing good comments is the hardest part sometimes.
That's essentially my conclusion, as well. I think it's important to ask the question though, lest we write inscrutable cleverness unnecessarily. I've also come to the conclusion that almost the only valid reasons are performance (where it's actually necessary; it usually isn't), and duplicate code.
briandmyers · 3461 days ago · link ·
And sometimes you just have to write "This works, so please don't change it unless you really know what you're doing". A heads-up is better than nothing.