Very interesting feature for developers in dynamics Ax 2012 comes from its legacy version is
//Todo: come back here
During development many times, we have to comment some code because it is unfinished or generate errors and we cannot generate CIL. Later we forget where were we set commented lines of code because AX has thousands of classes.
The best option is to put comment with keyword “todo:” and leave message there or wrote the reason why we commented the line below.
When we compile the code there will be message in compile output window.