juzzlin / Heimer

Heimer is a simple cross-platform mind map, diagram, and note-taking tool written in Qt.
GNU General Public License v3.0
889 stars 112 forks source link

Refactor: Enhance C++ standard algorithms adoption #185

Closed tcoyvwac closed 2 years ago

tcoyvwac commented 2 years ago

Refactored code to adopt using more C++ standard library functions. This abstraction of common code segments to standard functions, is preferred for long-term code maintenance and testing.

juzzlin commented 2 years ago

Nice, thanks!

tcoyvwac commented 2 years ago

Thank you for the project and merge! Happy to send more Pull Requests in the soon future! :smile_cat: