Underscore for unused parameters
Last updated: 12.09.2020 - 16:00 by Boehrsi
Sometimes you have to deal with given functions, interface implementations or builders, with parameters you don’t use. When utilizing those you can use an underscore to actively mark unneeded parameters as not used in your code. You can use multiple underscores if multiple parameters are unused.