ceronman.com
CoffeeScript: less typing, bad readability | Manuel Cerón
https://ceronman.com/2012/09/17/coffeescript-less-typing-bad-readability
Programming languages and video games. CoffeeScript: less typing, bad readability. The roots of CoffeeScript readability problems are two principles applied to the design of the language:. Implicit is better than explicit. There is more than one way to do it. 1 Implicit is better than explicit. But what happens if we add a new statement:. Condition) action(); action2();. Now let’s take a look at a classic problem associated with implicit semicolon insertion in Javascript:. Something curious about the rul...
pedromtavares.wordpress.com
Call to Arms: Universitas! | Pedro Mateus Tavares
https://pedromtavares.wordpress.com/2011/06/23/call-to-arms-universitas
Call to Arms: Universitas! Asymp; 1 Comment. As I’ve mentioned on previous blog posts, I’ve been spending a lot of time working on my side project lately, which I’m glad to announce has reached its first releasable version, which you can check out at universit.as. Some on the gems include Devise, OmniAuth, InheritedResources and CarrierWave. RSpec is being used for unit testing, Steak for acceptance testing (started using it before the Capybara update) and Factory Girl for mocking. Amazon S3 is a...Well,...