Replace string concatenation with std::format()
#6
Repos I am interested in contributing tohyprland, hyprctl, hyprpm What I want to contribute right nowI want to move all string concatenations (except string joining through Why the above bug / feature specifically?There seems to be an inconsistent usage across the codebase between using string concatenation through chaining I acknowledge that:
|
Replies: 1 comment 1 reply
|
true. Some parts still use vsnprintf. Yuck! Good way to get yourself accustomed with the codebase(s). Welcome aboard! |
true. Some parts still use vsnprintf. Yuck!
Good way to get yourself accustomed with the codebase(s). Welcome aboard!