Fernando José

Results 53 comments of Fernando José

Hi, Only now I have gone through this. Just in case, excuses for the years-long lead time. I am wondering what is the meaning of that a point is not...

> I am wondering what is the meaning of that a point is not a neighbor of any other point? All right, I think this little inquietude doesn't really matter:...

> Basically, every connected component should be embedded separately. But it doesn't make a lot of sense since we would not have any idea how they are positioned against each...

I opened #83 with a simple fix to recompute the neighbors if the neighborhood graph is not connected. By the way, I didn't manage to reproduce with the data in...

> Nope it doesn't. I think the code may need to refactored into smaller chunks as all the methods are coming up in a single file :) I have built...

Ah, I almost forgot, I used `-static` to avoid missing dll errors.

The referenced discussion (https://github.com/isocpp/CppCoreGuidelines/issues/2078) suggests using *non-static* data member, whereas this change only renamed to data member.

I think that the rules being categorized is understandable. Therefore, when a piece of code violates different categories - as it occurs in the described case with functions and constants...

You're welcome Paul! I suppose with users now you're referring to the same 50,000+ software engineers mentioned earlier. That they don't know how to fix them is a problem, indeed,...

There's a wikipedia page for "member variable" with history from 2004. I think that can be used as an argument that the term "member variable" has been widely used and...