3
votes
2answers
154 views
How do I write a hygienic Ruby mixin?
Say I'm writing a mixin module that adds functionality to a third-party class. Obviously some of the methods and instance variables I want to make accessible to the third-party class and its clients. …
1
vote
3answers
236 views
Are insomnia, sleep debt, short sleep more prevalent among programmers ? [closed]
I know that some people are unable to function past a bedtime of, say, 10 or 11pm, and really need their 8 hours' sleep each night. I'm even married to someone like that.
I'm at the opposite end of …
