mirror of
https://github.com/nasa/trick.git
synced 2025-02-20 17:22:52 +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!