# Type-Safe Access to Method Parameter Defaults in Scala
9 min read
Someone asked on the Scala contributors forum how to access method parameter defaults.
Someone asked on the Scala contributors forum how to access method parameter defaults.
While working on my BSc thesis, I encountered a cryptic Scala compilation error: “method too large”. I use macros to generate code, and I mean, a lot of code! Think derivations, routing REST API…