Project Lombok Annotations Explained | Say Adios to Boilerplate Code! | Geekific

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

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

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

    You are really creating a high quality content. Please Keep doing this and soon will reach larger audience.
    Please create a content on annotations processing as it is used almost everywhere.

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

      Thanks man, I really appreciate ur support and of course I will add this to my future videos :) Keep the suggestions coming!

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

      This content is for thinking people who are a minority. Therefore, his motive, I believe, is self-realization and some mission. And then let it be as it will be.
      The audience will be bigger but no need to bet on really big audience🤷‍♂️ Such is reality for content for thinkers:)
      Even I being familiar with most of his materials' topics watch every his video at 0.75x with often pauses because of need to think, to check smth in docs/internet:))) While it would seem: don't worry, just watch the videos like cartoons😂

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

    Thanks man, very thorough and simple explanation!

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

      Glad it was helpful!

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

    Thanks for making this video. It is really helpful. Will you be interested in making a video to explain different Loggers? Like when to use Log4j or Slf4j etc.

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

      Happy it helped! Sure why not, will add it to my list of future videos :)

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

    Awesome video. Thanks!

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

      Glad it helped!

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

    Nicely explained!!!!!!! Thaaaaaaaaaaanks!!!!!!

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

      Thank YOU

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

    Very nice material☝🏼 Glad I am able to touch it.
    Saying: adios, boilerplate code!🥳🥳
    ps.
    still, how elaborated your content is☝🏼 Usually I have lots of remarks comparing with how I would do. But in your case... You even added neat red arrows which show spots where precisely to look at:))) Nice. Very nice!

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

      Thanks for that! Really glad you found our videos helpful :)

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

    Very well explained, Thanks

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

      Glad you liked it :)

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

    Good explanation, thanks!

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

      Glad it was helpful!

  • @optomecanic5320
    @optomecanic5320 3 หลายเดือนก่อน

    you mean var yeah not val ?

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

    8:52
    "Builders quickly became categorized..." - what builders? You mean design pattern Builder?🤔

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

    10:08
    I suppose on the left picture customization for @Builder is missed: neither builderMethodName nor buildMethodName is set.

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

      Yup you are right! But at least you are grasping the content :)

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

      @@geekific
      You are right:)))

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

    12:10
    what is "code execution path"?

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

      Lines of code existing within the same scope and that are supposed to run one after the other.

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

      @@geekific
      Oh. Clear. Thank you.