Conversation
Mograbi
left a comment
There was a problem hiding this comment.
@SimplyLiz why removed the const ?
it's mainly meant for checking and it makes sense that it will be const
Because I need to use getMapNode instead of direct access and this must be a reference and I didn’t want to introduce a new function that does absolutely the same but is const |
if it's exactly the same why not use const then ? didn't understand |
Because in a lot of cases we’ll need to Manipulate the mapnode objects. And in some we don’t which would need an exact duplicate of the getNode function but being const |
|
Kudos, SonarCloud Quality Gate passed! |
|
Hi! @SimplyLiz , Can I work on thie pr now? I want to fix this problem: #892. |








wip...
Remaining tasks: