-
I see that some of the examples in the documentation use slightly different conventions for naming of variables etc. Not sure if the coding standards and guidelines(whitepaper) have been kept up to date since the blog post that introduced it was published in 2018, or if an update is being developed. I find the whitepaper conventions and guidelines to be useful for more complex apps, is someone keeping this up to date with the Power FX roadmap? What are your recommendations concerning code conventions in Power FX? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The whitepaper there looks like it's targeted at Power Apps (Canvas apps). That has to deal with things like controls, screens, etc - concepts that are in a canvas app and not just the expression engine. Power Fx is "just" the expression engine but it is used very broadly across multiple products. We don't have a similar whitepaper for just power fx conventions. In other words, there's currently no "Style Cop" for power fx - although part of the goal is to keep power fx simple enough that it doesn't require a style cop to be maintainable. |
Beta Was this translation helpful? Give feedback.
The whitepaper there looks like it's targeted at Power Apps (Canvas apps). That has to deal with things like controls, screens, etc - concepts that are in a canvas app and not just the expression engine. Power Fx is "just" the expression engine but it is used very broadly across multiple products. We don't have a similar whitepaper for just power fx conventions. In other words, there's currently no "Style Cop" for power fx - although part of the goal is to keep power fx simple enough that it doesn't require a style cop to be maintainable.