mirror of
https://github.com/nasa/trick.git
synced 2025-05-28 13:14:30 +00:00
Calling getTemplateArgs() every iteration is wasteful. This should be done once outside of the loop. Even better, use a foreach loop and get rid of the index varible!