I write this post as a response to Scotts article. People theses days call me a “pro coder” or “pro developer”. What this actually means? I don’t know. I don’t know why “citizen developer” is a thing now or what it means. For me this is all marketing stuff made…
Using enums in PCF
While developing a custom grid component I wanted to provide the ability to configure behavior based on a selectable preset of options. After a quick look at the component framework documentation I chose the Enum type to be a good bet. Sadly the documentation stops at the information that this…