User bio
18+ experience with InterSystems products, in different sizes of projects, different countries, and different fields except for healthcare.
Melbourne, VIC, Australia
Member since Dec 4, 2015
Posts:
Replies:
I'm reading readme in the project, I can't find any mentions of the ability to connect using the standard Super Server 1972 port
Yes, I know, and requires additional tools to be installed in IRIS, that's not out of the box solution
Open Exchange applications:
Certifications & Credly badges:



Global Masters badges:







Followers:
Following:
Dmitry has not followed anybody yet.
We can discuss a lot about this. However, the problem lies in how developers enforce these rules. When you have 1-2-3 developers with a strict rule of approving all the changes by one another developer, you probably will be able to maintain it. With a big development team and a legacy codebase, it will be mission impossible.
Unless, if we would be able to have linters set in with forced checks in CI, and it would fix some issues on the fly or enforce developer do it. As well as proper Formatter setup in the developer environment (nowadays that would be VSCode), with a bunch of rules defined for the project.
But we don't have any linters (ObjectScriptQuality is quite bulky and may still require some improvements), or good formatters (the one with InterSystems Language Server extension is quite primitive), and no way to build new tools, and especially inject to CI process.
That leads us to the point that our community requires open-source ObjectScript parser that can help developers to build all sorts of tools, such as linters, formatters, and all sorts of scanners of the code. It would even help with AI today, so LLM would better understand our code. Until then, all these discussions are mostly useless.