Tuesday, June 26, 2007

Axapta X++ Code complexity

Today i have studied a very unique feature of axapta which is code complexity. it is implemented by some graduate student from Denmark Technical University. By using this feature, we can easily determine the complexity of our code.

This feature can certainly help us in limiting the complexity of the code. This can also make the code easy to test. The test coverage is definitely increased because the test is covering more code.

The code would be more maintainable. Bugs are easy to fix. It is also easier to add new functionality.

U can find further on this on the link below:

http://www.axaptapedia.com/Complexity_analysis_in_best_practice_checks