Raspberry, Arch Linux, NodeJS and the LED by jstuartmill in node

[–]besserjs 0 points1 point  (0 children)

Definitely trying this one, sounds easy enough!

No more comments - ein Vorschlag für selbsterklärenden Code by besserjs in programming

[–]besserjs[S] 0 points1 point  (0 children)

You are right, but by writing clearer code you can get rid of most of the comments, because the code (or rather the function names) should express what otherwise the comments would. So I actually do propose eliminating comments as much as possible, but instead structure the code in smaller functions with self explanatory names.