No post body was provided.
Ask HN: What's the smartest/funniest comment you have read in a block of code?
1–4 of 4 posts
Re: Ask HN: What's the smartest/funniest comment you have read in a block of code?
#2In Sequelize's MySQL Connector Manager, they implement their own connection pool a Futurama reference[1]:
// I'll make my own pool, with blackjack and hookers!
[1]: https://github.com/sequelize/sequelize/blob/bb40f280e2df900c...
By the way, you might also enjoy http://whatthecommit.com/
Re: Ask HN: What's the smartest/funniest comment you have read in a block of code?
#3I was grading some students' Python code. On the line above a particularly complicated piece of code, there was the single comment #yolo.
Re: Ask HN: What's the smartest/funniest comment you have read in a block of code?
#4// drunk, fix later
or
// If this comment is removed the program will blow up
http://stackoverflow.com/questions/184618/what-is-the-best-c...