Less Boilerplate Code with Metalama by PostSharp

Sdílet
Vložit
  • čas přidán 28. 07. 2024
  • Gael Fraiteur shows how to use the Metalama extension from PostSharp to reduce boilerplate code and architecture erosion.
    Chapters
    00:00 - Introduction and an overview of PostSharp and Metalama
    04:40 - Boilerplate code reduction and using the Log attribute
    07:40 - Viewing generated code along with your code
    08:55 - Using the Retry attribute
    13:00 - Logging with parameters (complex templates)
    15:30 - Using the Id attribute
    16:20 - Discussion of customizing the templates
    19:30 - Validation of source code and using the ForTestOnly attribute
    21:30 - Code fixes and customizing the ToString attribute
    25:00 - Wrap-up
    Recommended resources:
    Learn more about Metalama: www.postsharp.net/metalama
    Documentation: doc.metalama.net/
    Online sandbox: try.metalama.net/
    Slack community: metalama.slack.com/join/share...
  • Věda a technologie

Komentáře • 6

  • @XtroTheArctic
    @XtroTheArctic Před rokem +1

    Introduce attribute is something I have been waiting for my whole life. It's code automation at its finest. I'm too excited to start using Metalama soon. I need to convert my custom Postsharp attributes to Metalama first thou.

    • @Gioeufshi
      @Gioeufshi Před rokem

      Whats the good use case for it?

    • @XtroTheArctic
      @XtroTheArctic Před rokem

      @@Gioeufshi When you have a "pattern" which requires implementing multiple different members in a class just to be able to accomplish the pattern's functionality and when you apply this pattern to many classes (basically repeating an almost exact code structure many times), also when you have more than one pattern like this, your codebase becomes a mosh pit hell. Utilizing the boilerplate (repetitiveness) prevention features of Metalama (including the "Introduce" aspect), you can get rid of all these complexities and have your patterns function as desired on many classes simply by writing 1 or 2 lines of code for each class. Sorry for the wall of text but this is as much as I can summarize the topic.

  • @ITWorx
    @ITWorx Před 2 lety +1

    Very nice

  • @davidnguyen9065
    @davidnguyen9065 Před rokem

    What's the difference between MetaLama and.... Normal debugging? Can't you do the same thing through debugging with an IDE?

  • @snapman218
    @snapman218 Před rokem +2

    The interviewer was terrible. Gael was brilliant as usual.