stottc·15 yıl önce·discussChangelists are a feature I really miss in other source control. It's nice to be able to keep orthogonal changes separate
stottc·15 yıl önce·discussOur team's been using node/mongo in production for nearly a year now - on large social games.The win on engineering productivity alone has made them a good choice for us.
stottc·15 yıl önce·discussIt's remarkably easy to scatter a few process.nextTick() calls in long running functions to play nicely.
stottc·15 yıl önce·discussThere's an option to do server-side receipt validation. That should prevent a hack like that.
stottc·15 yıl önce·discussAssembly = "as low as you can go". You can always build things on top of it, but you can never go any deeper. Javascript shares that much. Not too much else.
stottc·15 yıl önce·discussYou can absolutely extend unity apps with Cocoa (Unity basically ends up rendering to a UIView).