Clean AL Code Initiative - Part 4
Having clean, robust and easy-to-read code in your Business Central custom App is good business for both the customer and the Microsoft partner.?
Writing automated tests in parallel with writing functionality is the most effective way to clean, robust and well-organized code. That is the reason you should implement automated tests for business critical functions in all customer projects.
Read more about it in my article on Automated Tests in AL.
Head of Application Development - Talk to me #microsoftdynamics #msdynbc #navision #msdynnav #powerplatform #powerapp #powerautomate #aibuilder #powerbi #azure #devops #automations #solutioning | And Occasionally Blogger
1 年Thanks for posting. I would like to highlight below the challenges in writing an automated tests: 1. Project budget and time can be limited 2. Technical skills of developers. If they write a wrong code logics for BC then they’re writing a weong automated test scripts too. 3. Large maintenance time and close reviews required In my opinion, Automated tests can be reused later as well plus benefits to Azure Pipelines/ Github actions, but the initial challenges itself is a hard stopper for delivery team to adopt.