Hey! :kodee-naughty: Have you trie*d <Kotlin’s con...
# eap
n
Hey! kodee naughty Have you trie*d Kotlin’s context parameters?* We’re doing research to learn how developers use them in real projects — and we’d love to hear from you! We’re looking for participants who: • Have already tried context parameters • Are willing to talk about their experience • Can optionally share a small piece of code where they used them The session will involve a conversation about your use cases, what worked well, and what was confusing, plus a look at IDE and documentation experience. 🕒 Duration: 60 minutes 📍 Format: Remote (Google Meet) 🎁 Thank-you gift — you’ll be able to pick one after the session If you’re interested, please book a time that works for you
a
We use context parameters (and previously receivers) in more or less production code here: https://git.sciprog.center/SPC/snark. Making bridge methods to convert context to receiver and vise versa is a bit annoying, but not critical.
👀 1