itsmonktastic
- Karma
- 14
- Created
- September 16, 2011 (14y ago)
- Submissions
- 0
http://twitter.com/itsmonktastic
[ my public key: https://keybase.io/trmonks; my proof: https://keybase.io/trmonks/sigs/Sr89KE0_-5o51zljmGiX9tJFCghocjA4s_Gv16Lzit0 ]
[ my public key: https://keybase.io/trmonks; my proof: https://keybase.io/trmonks/sigs/Sr89KE0_-5o51zljmGiX9tJFCghocjA4s_Gv16Lzit0 ]
I don't think people have a great consensus on what "TDD" really means, so there's a lot of "Do you do TDD? You should do TDD!", people taking mixed approaches that they sort of make up or copy from a quick blog post,…
With a better type system, taking ides from Haskell (ADT, generics done well, ability to implement interfaces for a type outside of its package etc) Go could be the perfect "dirty Haskell" for me I wonder if you might…
Sorry for the poor choice of word on my part, I admit I was using "disingenuous" incorrectly there. I just thought the description of sublime/emacs/vim having "great" support for TypeScript might give someone the…
FWIW await is in the Roadmap for 1.x http://typescript.codeplex.com/wikipage?title=Roadmap
This seems a little disingenuous. I bet Intellij already has great support, but the top link you give there for Sublime Text, emacs and vim doesn't really give anywhere near the level of support you get in Visual…
And for JS. Whoops :P
Thanks for posting this. I found something similar but on first blush didn't think it was quite right as I was mistakenly thinking that you could only do this for TChans with the same type. Looks like it might be just…
Nice. I still haven't given Go much time, but I really like this form, where you can switch on multiple blocking calls. I've definitely wanted this in other languages where I'm using thread safe queues for…
Hi, author of the post here. I'll admit I kept the premise simple here in order to provide a more introduction on how to "roll your own" effects without too much overhead. The sort of thing you've described seems to…
The tutorial uses Zepto for animations, which backs onto CSS transforms. "Zepto exclusively uses CSS transitions for effects and animation. jQuery easings are not supported." From http://zeptojs.com/#animate