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

 



Forgot your password?
typodupeerror

Comment My (Chrome) List (Score 1) 353

Chrome to Phone (send a link from your desk/laptop to your phone to view later)
Snipe (search and locate tabs)
Diigo bookmark (best alternative to Delicious after Delicious went downhill - save links to cloud with tags etc)
Tabs Outliner (manage windows and tabs, recover sessions, hibernate windows and tabs - absolutely awesome!)
AdBlock (of course)

Comment Re:Procedural vs OO (Score 1) 303

Haha, but if you'd done it properly in OO, you would have a Toastable superclass that has a default toast() method that can be overridden for different types of toastable things if required. E.g. Bagel : public Toastable might use the default Toastable::toast(), but PopTart : public Toastable might have its own PopTart::toast() method. If you have a toastable object that there is not a specialised class for - fine, it's a Toastable and uses Toastable::toast(). In a trivial example like this, it might seem overkill, but scale up just a bit and it quickly becomes very useful.

Slashdot Top Deals

I judge a religion as being good or bad based on whether its adherents become better people as a result of practicing it. - Joe Mullally, computer salesman

Working...