I have a (quite) complicated file with the usual mix of components.
I have a field (called keyloaded
) and a linked property (called Keyloaded
).
Whilst working within the class, I accidentally directly manipulated the field instead of the property.
It most likely is because I am still quite a bit new to all of this (I triple check now!), however, this is already a private field and outside of working with the class works great. Is there just something simple I can do that will remove it from Autocomplete?
And if not, what are the best practices for a similar situation?
Whilst writing this question, I suddenly remembered in my book, they said about underscores... Is this just the best solution - to put it out of sight?