MB6-704 · Question #74
A developer writes code by using X++. You need to identify whether the code violates best practices. Which tool should you use?
The correct answer is C. The X* * compiler. When using the Microsoft Dynamics AX development environment, you should adhere to a set of best practices. The X++ compiler checks the code for best practice issues. These issues can re- sult in best practice errors, warnings, or informational messages. Not B: The Code…
Question
A developer writes code by using X++. You need to identify whether the code violates best practices. Which tool should you use?
Options
- AThe X* * code editor
- BThe Code profiler
- CThe X* * compiler
- DThe Debugger
How the community answered
(25 responses)- A4% (1)
- B12% (3)
- C80% (20)
- D4% (1)
Explanation
When using the Microsoft Dynamics AX development environment, you should adhere to a set of best practices. The X++ compiler checks the code for best practice issues. These issues can re- sult in best practice errors, warnings, or informational messages. Not B: The Code Profiler measures the execution time of individual lines of code. Use this tool to find performance bottlenecks and to help understand code that was developed by others.
Topics
Community Discussion
No community discussion yet for this question.