6 ms·
Of course we should be silly. As if the question even needs to be asked.
by muhamm 17y ago
Of course we should be silly. As if the question even needs to be asked.
- muhamm 17y agoI said the wrong thing again? There's a serious commitment to seriousness around here.
- palish 17y agoAlgorithm for dealing with unhappiness related to your comment scores: if not self.curious or not self.spent_at_least_10_minutes_writing_comment( your_comment ): self.dont_care() else: self.wait_until_score_is_less_than( your_comment, -2 ) self.ask_politely_why_comment_is_bad( your_comment ) self.sleep()
- muhamm 17y agoSure. But is that Python? You know in Ruby you wouldn't need the parens? It would work nicely for the sleep and dont_care methods since you're not passing any arguments.
- palish 17y agoI personally like the visual distinction between properties and methods. But it's purely a stylistic choice. Having an implicit "self" parameter for functions defined within "class Foo:" would be nice though.
- muhamm 17y agoTo be honest, at first I also didn't like the lack of visual distinction between properties and methods but now I just like the fact that I don't have to type the extra characters. The implicit self is nice too.
- jjs 17y agoReally, if you're not passing functions more often than you call them, you're missing out. :)
- tjr 17y agoIn Soviet Russia, seriousness commits to you!