Current classes have names like 'iPgm' and 'iConn'. These names are bad for a number of reasons (arent Pgms and Conns but a class that calls programs and connections, don't fit in with with the style configuration of using uppercase classes/constructors).
We should create a 'new' API that renames these classes, and use that in our documentation. Then for the old class names, wrap the calls around the new calls and throw a warning that these calls are deprecated. This will help people using the old code transition, while also making sure new users are using the new API.
Classes that need to be fixed:
Current classes have names like 'iPgm' and 'iConn'. These names are bad for a number of reasons (arent Pgms and Conns but a class that calls programs and connections, don't fit in with with the style configuration of using uppercase classes/constructors).
We should create a 'new' API that renames these classes, and use that in our documentation. Then for the old class names, wrap the calls around the new calls and throw a warning that these calls are deprecated. This will help people using the old code transition, while also making sure new users are using the new API.
Classes that need to be fixed: