Which one of the following are not considered a best practice?
- A) Do not use nested layout grids
- B) Use the IF( ) function when the condition results in true/false and use SWITCH() when the condition results in one of multiple potential values
- C) Always use hidden tables to store calculations
- D) When referencing a sub component for formulas, use the results reference instead of the formula reference, whenever possible
- E) All of the above