Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Re:Tabs vs Spaces (Score 1) 428

axiom: there are two kinds of spaces used in programming: 1) block indentation, and 2) alignment (for long lines, variable initialization lists, etc...), and type 1 always appears to the left of type 2 on any given line.

if you use the same character for both then you are unnecessarily contributing to the heat-death of the universe.

Comment Re:Isn't the solution to block Baidu ? (Score 1) 137

Shouldn't we block Baidu and make GitHub unavailable from China ?

You'd have to convince everyone outside china to block Baidu. And as for blocking GitHub for Chinese users, China would love that. The only reason they're not blocking GitHub is that so many Chinese engineers use it. If someone outside China blocked it for them, they'd be killing two birds with one stone: censoring the VPN info and making another country look bad.

Slashdot Top Deals

Make sure your code does nothing gracefully.

Working...