cyisfor

Results 8 comments of cyisfor

``` python import bluelet # Let's say there's a recursive generator... # Either it generates a ValueEvent, or it delegates to the next level of recursion # Shouldn't that ...sometimes......

OK I think this _might_ be doing it. I don't even comprehend what I'm doing at this point. Have to look and see what the heck I did. ``` python...

Wait no, when did I touch spacing and style? I have no way to predict what my code will look like in someone else's custom, personal style... I'm just using...

Oh, I think my editor might have insisted on using 4 spaces in replacement of tabs. I do have it set to guess at the indentation of a file, and...

If I recall, this is related to a philosophical debate over the role of servers in a multi-player game. Freeminer inherited the programming to not allow you to remove a...

okay so maybe I don't understand the language. I still think it doesn't seem right to mix two interfaces together like that when Go works better with their clean separation.

right, yeah, so like ``` type Application interface { common-stuff } type S2SApp interface { Application s2s-stuff } type C2SApp { Application c2s-stuff } type KitchenSink { C2SApp S2SApp }...

It makes sense but I sure as heck don't have to like it. No way to tell good notaries apart from bad ones then, besides actually getting scammed and realizing...