Golang String, Golang StringBuilder, Strings Library

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

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

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

    📝Get your *FREE Golang Cheat Sheet* -
    golangdojo.com/cheatsheet

  • @abgvedr
    @abgvedr 27 วันที่ผ่านมา +1

    I want more Go videos from you. And a Cheetsheet. Please come back.

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

    Perfect stuff. I'm taking a break to prepare in C# for a job in a few months but I'm still keeping up with golang on the side with your videos

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

      Good luck with C#! And yes, don't slack on becoming a Golang Ninja ;)

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

      So you are cheating C# with Go too. Ben de.

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

    I have watched all the videos. Keep up the good work :)

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

      Glad you like them! Will do!

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

    When I was learning Rust, I apologized to the god of strings for thinking it too simple

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

    Thank you! Can I ask you what IDE you are using?

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

      It's Goland by JetBrains

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

    Great videos. Thanks

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

      Glad you like them!

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

    nice videos!! keep going!

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

      Thank you! More on the way!

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

    Sensei, I am really curious about error handling [-_-]~

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

      That's coming up :)

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

    By the way why Golang is not growing. Is it worth to learn in 2022???

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

    I realised something, you look like an asian Elon Musk which is a too overpowered combination lol.

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

      Hahaha, thanks for the compliment!

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

    :3 aight.

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

    Oh sensei, teach me 🐱‍👤

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

    Why should you use a string builder instead of just doing something like `var s string` and adding to it with +=

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

      I guess that would build a new string object every time and drop the old one. Expensive.

    • @cat-.-
      @cat-.- ปีที่แล้ว

      Doing it 1000 times will call the allocator 1000 times (Bad). Doing the builder it will allocate once in the end (Good).

  • @0cool966
    @0cool966 2 ปีที่แล้ว

    Why does everyone using the zoom feature which it taking focus out from what is being done. Does your monitor also zooming in an out when you are coding? Please stop zooming in and out when recording coding videos.

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

      Check out my later videos!