Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Working on source code [Refactor] #836

Merged
merged 1 commit into from
Aug 19, 2022
Merged

Commits on Aug 19, 2022

  1. project: Apply more C++ paradigms to the code

    - Use auto in places where code clarity is improved or identical.
    - Replace trivial constructors and destructors with default.
    - Use true random for random generation.
    - Use std::string_view where it is valid to do so.
    - Apply const where it is valid to do so.
    - Use references where it is valid to do so.
    - Manually optimize memory usage with std::move and std::copy.
    - Opt for memory efficient containers where the size is known ahead of time.
    
    Signed-off-by: lainon <GermanAizek@yandex.ru>
    GermanAizek authored and Xaymar committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    634ca16 View commit details
    Browse the repository at this point in the history