
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hey All,
At my work I am trying to make some common functions for interacting with things like text files or particularly common situations. Currently we have the terrible practice of just having the function appear in the ilogic code for each case (a change nightmare). I would love for them to be able to include a .iLogicVB file at the top of the rule and just be able to call the functions from a external rule.
My largest issue is that my team is not very code literate (we hire Mech/Civil), as I know likely the right way to do this is to create a class of say TextFile with built in internal methods and then instantiate a object of it in the rule. Past engineers have gone this road and have left code that everyone else is basically afraid to change or reuse. It has even been a bit of a uphill battle introducing functions to the team. I would like to stay in the world of ilogic code instead of straight VB code to hopefully make these tools maintainable if I leave this job. Any way to do this or do I need to teach my team OOP to get this to stick?
Solved! Go to Solution.