Kotlin Symbol Processing (KSP)

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 พ.ย. 2024

ความคิดเห็น • 10

  • @Kotlin
    @Kotlin  3 ปีที่แล้ว

    Save the date for the upcoming Kotlin 2021 Premier Online Event videos - kotl.in/Kotlin-Event-2021

  • @maxwellmapako3820
    @maxwellmapako3820 ปีที่แล้ว

    Why aren't all of the Ks* e.g. KS_Visitor functions documented with kdoc? Some things are and others aren't, in my opinion this makes it really ambiguous especially when you want to extend KsVisitor where some of the function are similarly named, making it very hard to know the precise use of each.

  • @DonaldTamMisterDee
    @DonaldTamMisterDee 2 ปีที่แล้ว +1

    Why not just introduce static reflection as part of the language?

  • @EnZon3
    @EnZon3 3 ปีที่แล้ว +13

    What a Kerbal Space Program reference

    • @JimPekarek
      @JimPekarek 3 ปีที่แล้ว +1

      Needs more boosters

  • @navczydev
    @navczydev 3 ปีที่แล้ว +2

    Thank you

  • @vannakkavang9010
    @vannakkavang9010 3 ปีที่แล้ว +3

    thank'ou

  • @VladimirSitnikov
    @VladimirSitnikov 3 ปีที่แล้ว +2

    Why API is like fun getAllFiles? It looks like val allFiles would be a better fit

    • @TheAndreArtus
      @TheAndreArtus 3 ปีที่แล้ว +4

      My 2c: it could be because the operation is not idempotent (in theory), and it is not exposing a state so much as a behaviour.

  • @thewokecoder
    @thewokecoder 2 ปีที่แล้ว

    I guess KSP is like AspectJ in Java?