Skip to content

Refactor memory management in main.cpp

Filip Gawin requested to merge gawin/kate:impr/memory_main_cpp into master

I've added const to variables when it was possible. Also I tried to avoid calling in repeat the same method (append) when was possible to fill container in one step.

Also some references and std::move. I've changed loop with read line to read All.

Merge request reports