nerdexam
Microsoft

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…

Implement Best Practices and Version Control

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)
  • A
    4% (1)
  • B
    12% (3)
  • C
    80% (20)
  • D
    4% (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

#best practices#X++ compiler#code validation#developer tools

Community Discussion

No community discussion yet for this question.

Full MB6-704 Practice