155 Views
CoffeeScript allows you to write easy to read code in a fast way. It’s close to pseudo-code, it strips everything unecessary and it’s very good at highlighting wrong code designs. Specially, because it’s based on indentations (by the way I recommend four spaces long indentation). This article will give you hints on usual mistakes and will point you out some generic programing pitfalls, like nesting too much code.
0 comments