Post AZ0yUxfeTLPSVxVJM8 by zachklipp@androiddev.social
 (DIR) More posts by zachklipp@androiddev.social
 (DIR) Post #AZ0yUxfeTLPSVxVJM8 by zachklipp@androiddev.social
       2023-08-22T22:27:35Z
       
       0 likes, 0 repeats
       
       Question about documenting fun interfaces in Kotlin, or really any SAM type. Since the type and its SAM represent the same thing, 1:1, where should the main kdoc go?I'm talking about primary discussion about the purpose of the type/function, description of its behavior, contract, etc. The other option can still have a little kdoc linking to the primary docs or something.Please boost for reach!#Kotlin #AndroidDev
       
 (DIR) Post #AZ0yUyHaCJkcPbFbTk by alexelcu@social.alexn.org
       2023-08-23T07:04:08Z
       
       0 likes, 0 repeats
       
       @zachklipp when in doubt, do what the standard library does.https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/function/package-summary.html