Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Re:IF you don't buy a lot at Amazon, and don't str (Score 2) 274

There's more to it. I love Prime and have had it since it'd debut. We still order goods of amazon weekly, if not more. However, when I first got Prime, the landscape for competition was much different than today. Amazon's success has driven competitors to follow suit and offer free / expedited shipping, reducing the value of Prime. Now they are increasing the cost and justifying it by tacking on extra services.

That's great if you use those services, but consumers that don't are seeing an increase in price and a reduction in value.

I'm personally not sure if I'll renew given I'm on of those in the middle.

Comment Re:Relevant in an intro programming course (Score 1) 337

I wouldn't even bother with double left bracket, just double bracket. The opening and closing become second nature very quickly.

Also, I don't think I've ever even needed to type the word "and" while writing code, so saying "double and" or "and and" can easily convey &&.

I agree with you, simplifying unicode names is a great start for the classroom.

Comment My experience (Score 1) 247

My college banned laptops in pretty much every class but core comp sci classes. It was the at the educator's discretion, but they all followed the same understanding. There were countless kids angry about it, trying to shift blame saying the content was dull, or their snowflake generation was better than every previous generation and they should be entrusted with more responsibility, claiming they could multi task better with laptops, etc.

The reality was, we all took in way more information when we had to write it down and then copy it to a computer and there were never giant distractions between my professor and I.

The benefits to banning electronics far outweighed the benefits to having them in the class room.

Comment Re: Clickbait is clickbait (Score 5, Insightful) 808

My college taught had a course that went through every language to teach differences and focused on the fact that there were different tools for different tasks. The core classes however all used java to teach programming principles. I really felt it was the right approach. Learning different tools is necessary as a programmer, but even more important is the proper mindset, patterns, and approaches, regardless of our chosen language. A good programmer can pickup any language and work towards proficiency then mastery.

Slashdot Top Deals

To the systems programmer, users and applications serve only to provide a test load.

Working...