christianromney.com

1 note

The Great Whitespace Giveaway

Today only, I’d like to offer the first 10,000,000 programmers unlimitedĀ FREE whitespace! Take advantage of this limited-time offer to update your code with all the newlines, tabs, and especially spaces it so richly deserves. Now you’ll finally be able to turn this:


if(true){
foo();
}else{
bar();
}

into this:

if (true) {
  foo();
} 
else {
  bar();
}

So, go ahead, and let your code breathe.

Filed under code

  1. christianromney posted this