Problem: Magic numbers "1" and "100" in signaler.cpp
Solution: introduced constants, use std::min/std::max instead of control structures
Showing
Please
register
or
sign in
to comment
Solution: introduced constants, use std::min/std::max instead of control structures