Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Re:Agree, but not completely (Score 0) 381

I agree with your point. Most code I write has some amount of future proofing as there are usually signs that the client will want things added or changed in the future. I do limit these future capabilities to only those that can be implemented in a reasonable amount of time compared to ignoring them entirely. Anytime one codes with no thought on future changes, there will end up being a serious need to restructure or even just rewrite lots of code.

Comment Re:Microsoft is right (Score 0) 373

That code is wrong, here is the corrected version: div { border-radius: 5px; } Coding to non-standard extensions is bad for everyone. If the border-radius doesn't work when coded to the standard, then it isn't going to work. So either don't use it or know that some people's web experience will be without round borders.

Comment Re:Compatibility with METRO (Score 0) 268

Not sure where you get that the kernel is identical. It is not like they compiled exactly the same source for each, there are differences. For one the Windows Phone 8 has to run Windows Phone 7 apps, so there are some differences there. Windows RT has some differences from Windows 8, they are built for different processors. There are enough core components that and app built for any one of them can be compiled to work with the others, but it doesn't just happen if the application is more complicated and uses components outside the core set.

Slashdot Top Deals

"Gravitation cannot be held responsible for people falling in love." -- Albert Einstein

Working...