home.social

#stringinterpolation — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #stringinterpolation, aggregated by home.social.

  1. Ever wish Swift had a cleaner way to handle optional values in string interpolation?

    Swift 6.2 introduces a game-changing default value parameter that works with any optional type. No more verbose nil-coalescing or custom string conversions – just elegant, type-safe defaults right in your interpolation.

    🔗: useyourloaf.com/blog/swift-def by @kharrison

    #Swift #StringInterpolation #iOSDevelopment #SwiftLanguage

  2. Ever wish Swift had a cleaner way to handle optional values in string interpolation?

    Swift 6.2 introduces a game-changing default value parameter that works with any optional type. No more verbose nil-coalescing or custom string conversions – just elegant, type-safe defaults right in your interpolation.

    🔗: useyourloaf.com/blog/swift-def by @kharrison

    #Swift #StringInterpolation #iOSDevelopment #SwiftLanguage

  3. 💻🚫 Ah, the classic '403 Forbidden' jazz hands performance, where readers are left yearning for string interpolation wisdom from the ghost of #AmigaDOS past. 🎭🥁 Turns out, the only strings being pulled are the ones ensuring you can't access the page. Bravo! 👏
    datagubbe.se/braket/ #403Forbidden #stringInterpolation #techHumor #webAccess #HackerNews #ngated

  4. 💻🚫 Ah, the classic '403 Forbidden' jazz hands performance, where readers are left yearning for string interpolation wisdom from the ghost of #AmigaDOS past. 🎭🥁 Turns out, the only strings being pulled are the ones ensuring you can't access the page. Bravo! 👏
    datagubbe.se/braket/ #403Forbidden #stringInterpolation #techHumor #webAccess #HackerNews #ngated

  5. 💻🚫 Ah, the classic '403 Forbidden' jazz hands performance, where readers are left yearning for string interpolation wisdom from the ghost of #AmigaDOS past. 🎭🥁 Turns out, the only strings being pulled are the ones ensuring you can't access the page. Bravo! 👏
    datagubbe.se/braket/ #403Forbidden #stringInterpolation #techHumor #webAccess #HackerNews #ngated

  6. 💻🚫 Ah, the classic '403 Forbidden' jazz hands performance, where readers are left yearning for string interpolation wisdom from the ghost of #AmigaDOS past. 🎭🥁 Turns out, the only strings being pulled are the ones ensuring you can't access the page. Bravo! 👏
    datagubbe.se/braket/ #403Forbidden #stringInterpolation #techHumor #webAccess #HackerNews #ngated

  7. "Small" things I highly appreciate about Kotlin coming from Java - Chapter 2

    𝗦𝘁𝗿𝗶𝗻𝗴 𝗧𝗲𝗺𝗽𝗹𝗮𝘁𝗲𝘀

    𝚒𝚖𝚙𝚘𝚛𝚝 𝚓𝚊𝚟𝚊.𝚝𝚒𝚖𝚎.𝙻𝚘𝚌𝚊𝚕𝙳𝚊𝚝𝚎

    𝚏𝚞𝚗 𝚖𝚊𝚒𝚗() {
        𝚟𝚊𝚕 𝚗𝚊𝚖𝚎 = "𝙹𝚘𝚑𝚗 𝙳𝚘𝚎"
        𝚟𝚊𝚕 𝚝𝚘𝚍𝚊𝚢 = 𝙻𝚘𝚌𝚊𝚕𝙳𝚊𝚝𝚎.𝚗𝚘𝚠()
        𝚙𝚛𝚒𝚗𝚝𝚕𝚗("𝙷𝚎𝚕𝚕𝚘, $𝚗𝚊𝚖𝚎! 𝚃𝚘𝚍𝚊𝚢 𝚒𝚜 ${𝚝𝚘𝚍𝚊𝚢.𝚍𝚊𝚢𝙾𝚏𝚆𝚎𝚎𝚔}.")
    }

    kotlinlang.org/docs/strings.ht

    No more overusing 𝚂𝚝𝚛𝚒𝚗𝚐.𝚏𝚘𝚛𝚖𝚊𝚝 parameters. No more clunky 𝙼𝚎𝚜𝚜𝚊𝚐𝚎𝙵𝚘𝚛𝚖𝚊𝚝.𝚏𝚘𝚛𝚖𝚊𝚝. It just works.

    #Kotlin #Java #JVM #String #StringInterpolation #StringTemplates #SoftwareDevelopment

  8. "Small" things I highly appreciate about Kotlin coming from Java - Chapter 2

    𝗦𝘁𝗿𝗶𝗻𝗴 𝗧𝗲𝗺𝗽𝗹𝗮𝘁𝗲𝘀

    𝚒𝚖𝚙𝚘𝚛𝚝 𝚓𝚊𝚟𝚊.𝚝𝚒𝚖𝚎.𝙻𝚘𝚌𝚊𝚕𝙳𝚊𝚝𝚎

    𝚏𝚞𝚗 𝚖𝚊𝚒𝚗() {
        𝚟𝚊𝚕 𝚗𝚊𝚖𝚎 = "𝙹𝚘𝚑𝚗 𝙳𝚘𝚎"
        𝚟𝚊𝚕 𝚝𝚘𝚍𝚊𝚢 = 𝙻𝚘𝚌𝚊𝚕𝙳𝚊𝚝𝚎.𝚗𝚘𝚠()
        𝚙𝚛𝚒𝚗𝚝𝚕𝚗("𝙷𝚎𝚕𝚕𝚘, $𝚗𝚊𝚖𝚎! 𝚃𝚘𝚍𝚊𝚢 𝚒𝚜 ${𝚝𝚘𝚍𝚊𝚢.𝚍𝚊𝚢𝙾𝚏𝚆𝚎𝚎𝚔}.")
    }

    kotlinlang.org/docs/strings.ht

    No more overusing 𝚂𝚝𝚛𝚒𝚗𝚐.𝚏𝚘𝚛𝚖𝚊𝚝 parameters. No more clunky 𝙼𝚎𝚜𝚜𝚊𝚐𝚎𝙵𝚘𝚛𝚖𝚊𝚝.𝚏𝚘𝚛𝚖𝚊𝚝. It just works.

    #Kotlin #Java #JVM #String #StringInterpolation #StringTemplates #SoftwareDevelopment

  9. "Small" things I highly appreciate about Kotlin coming from Java - Chapter 2

    𝗦𝘁𝗿𝗶𝗻𝗴 𝗧𝗲𝗺𝗽𝗹𝗮𝘁𝗲𝘀

    𝚒𝚖𝚙𝚘𝚛𝚝 𝚓𝚊𝚟𝚊.𝚝𝚒𝚖𝚎.𝙻𝚘𝚌𝚊𝚕𝙳𝚊𝚝𝚎

    𝚏𝚞𝚗 𝚖𝚊𝚒𝚗() {
        𝚟𝚊𝚕 𝚗𝚊𝚖𝚎 = "𝙹𝚘𝚑𝚗 𝙳𝚘𝚎"
        𝚟𝚊𝚕 𝚝𝚘𝚍𝚊𝚢 = 𝙻𝚘𝚌𝚊𝚕𝙳𝚊𝚝𝚎.𝚗𝚘𝚠()
        𝚙𝚛𝚒𝚗𝚝𝚕𝚗("𝙷𝚎𝚕𝚕𝚘, $𝚗𝚊𝚖𝚎! 𝚃𝚘𝚍𝚊𝚢 𝚒𝚜 ${𝚝𝚘𝚍𝚊𝚢.𝚍𝚊𝚢𝙾𝚏𝚆𝚎𝚎𝚔}.")
    }

    kotlinlang.org/docs/strings.ht

    No more overusing 𝚂𝚝𝚛𝚒𝚗𝚐.𝚏𝚘𝚛𝚖𝚊𝚝 parameters. No more clunky 𝙼𝚎𝚜𝚜𝚊𝚐𝚎𝙵𝚘𝚛𝚖𝚊𝚝.𝚏𝚘𝚛𝚖𝚊𝚝. It just works.

    #Kotlin #Java #JVM #String #StringInterpolation #StringTemplates #SoftwareDevelopment

  10. "Small" things I highly appreciate about Kotlin coming from Java - Chapter 2

    𝗦𝘁𝗿𝗶𝗻𝗴 𝗧𝗲𝗺𝗽𝗹𝗮𝘁𝗲𝘀

    𝚒𝚖𝚙𝚘𝚛𝚝 𝚓𝚊𝚟𝚊.𝚝𝚒𝚖𝚎.𝙻𝚘𝚌𝚊𝚕𝙳𝚊𝚝𝚎

    𝚏𝚞𝚗 𝚖𝚊𝚒𝚗() {
        𝚟𝚊𝚕 𝚗𝚊𝚖𝚎 = "𝙹𝚘𝚑𝚗 𝙳𝚘𝚎"
        𝚟𝚊𝚕 𝚝𝚘𝚍𝚊𝚢 = 𝙻𝚘𝚌𝚊𝚕𝙳𝚊𝚝𝚎.𝚗𝚘𝚠()
        𝚙𝚛𝚒𝚗𝚝𝚕𝚗("𝙷𝚎𝚕𝚕𝚘, $𝚗𝚊𝚖𝚎! 𝚃𝚘𝚍𝚊𝚢 𝚒𝚜 ${𝚝𝚘𝚍𝚊𝚢.𝚍𝚊𝚢𝙾𝚏𝚆𝚎𝚎𝚔}.")
    }

    kotlinlang.org/docs/strings.ht

    No more overusing 𝚂𝚝𝚛𝚒𝚗𝚐.𝚏𝚘𝚛𝚖𝚊𝚝 parameters. No more clunky 𝙼𝚎𝚜𝚜𝚊𝚐𝚎𝙵𝚘𝚛𝚖𝚊𝚝.𝚏𝚘𝚛𝚖𝚊𝚝. It just works.

    #Kotlin #Java #JVM #String #StringInterpolation #StringTemplates #SoftwareDevelopment

  11. Responding to the demand for better string interpolation with a convoluted custom way that looks different from how every other language does it the most java thing ever. #java #stringinterpolation #pleasecanwemovebeyondthislanguage

  12. Responding to the demand for better string interpolation with a convoluted custom way that looks different from how every other language does it the most java thing ever. #java #stringinterpolation #pleasecanwemovebeyondthislanguage

  13. Responding to the demand for better string interpolation with a convoluted custom way that looks different from how every other language does it the most java thing ever. #java #stringinterpolation #pleasecanwemovebeyondthislanguage

  14. Responding to the demand for better string interpolation with a convoluted custom way that looks different from how every other language does it the most java thing ever. #java #stringinterpolation #pleasecanwemovebeyondthislanguage

  15. Responding to the demand for better string interpolation with a convoluted custom way that looks different from how every other language does it the most java thing ever. #java #stringinterpolation #pleasecanwemovebeyondthislanguage