Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Re:Fine ... (Score 1) 245

They CAN provide the information requested but they have to shutdown the system to do it. Otherwise, they don't have space and the system will auto delete everything over a certain age. There's just no room to keep the system running without delete functionality active. You could argue that they should shut it down until it's audited but that would require you actually read instead of rant.

Comment Re:Who designed this, and what drugs were they on? (Score 1) 636

Sorry, I should have been more clear. I meant mutability in the sense that while the values in an array can change, the structure cannot.

As for how bad it is, I'm not that concerned. If you're using functional paradigms regarding values, this just isn't an issue at all. Functions shouldn't be modifying passed in structures in the first place. That's just a horrible, albeit common, coding practice.

Comment Re:Who designed this, and what drugs were they on? (Score 1) 636

So they're only allowed to do things that other languages have done? Also, given that there's literally thousands of languages, you can be certain that at least one other language has done this.

As for CoW semantics, there's no such thing as a mutable array. Even languages that offer such a construct (like Ruby) are just hiding the mechanics they use to reallocate memory. Swift is essentially exposing this to the developer. I agree it's a bit odd but not the end of the world. There are a millions worse things in languages that are very popular.

Comment Re:Not a watch (Score 2) 97

I use to own iPhones, and I never had a problem with using them as a phone. So, I don't really get your comment about them not working well as a phone. They even allowed you to access the browser and other apps while using it as a phone. Plus they had visual voice mail. In short, I completely disagree with your assessment.

Slashdot Top Deals

For God's sake, stop researching for a while and begin to think!

Working...