umaranis / MindMate

Mind Mate is an open source mind mapping software developed in C# .Net
181 stars 64 forks source link

Removed unnecessary intermediate variables in `T4MapNodeHelper` #84

Closed Lehonti closed 11 months ago

Lehonti commented 1 year ago

Now the methods consist of a single return statement with a single LINQ expression.

I'm noticing, though, that they have zero references, so I wonder if they are necessary or if they are stale code

umaranis commented 11 months ago

As mentioned in the previous PR, can't accept minor refactorings without any substantial change.