Utilizing Macros & Annotations in a Web Framework

From Ways to spread the word and keep the community engaged?.

I didn’t know what to specifically cover, so just did a overview of the challenges I faced, and how I used macros and annotations to solve them.

I left a section open for future questions.

9 Likes

Awesome!

Although the article is maybe a bit long for people not familiar with macros. Could’ve been separated into a three-part series.

Super awesome!

Especially the part about your annotations was a blast.
I feel like a sorcerer having found an amazing new spellbook :grin:.
(I’m a fan of Harry Potter)

Take this athena asserti!:

@[Assert::NotNil] 
@[Assert::GreaterThanOrEqual(value: 0)] 
property age : Int32?

:zap: :open_mouth:

2 Likes

Added a new section based on @jwoertink feedback.

1 Like