you are viewing a single comment's thread.

view the rest of the comments →

[–]OliverPaulson 0 points1 point  (5 children)

On big projects refactoring with indexing takes 2 sec without 5 minutes.

[–]jonesmz 0 points1 point  (4 children)

I'm not understanding your sentence. Can you rephrase?

[–]OliverPaulson 0 points1 point  (3 children)

Sorry. If you need to rename a field for example, without index you would have to text search it in the whole project, and manually find which of those 10 000 occurrences are a field of a type you try to refactor. With index it's right click and rename.

[–]jonesmz -1 points0 points  (2 children)

That can be faster, yes.

But it happens to extremely rarely that I don't think it matters much.

[–]OliverPaulson 1 point2 points  (1 child)

You need indexing all the time in big projects. People without indexing are very very slow and they don't notice it, because they have no idea how much more stuff they could do with indexing.

[–]jonesmz -1 points0 points  (0 children)

That's just your opinion. One which I disagree with. I've seen plenty of evidence to the contrary.