Article Robert Barbiaux · Feb 28 13m read Proposal for ObjectScript naming conventions and coding guidelines Introduction What's in a name? That which we call a roseBy any other name would smell as sweet William Shakespeare, "Romeo & Juliet" In this article, we will describe a set of naming conventions for ObjectScript code. #Coding Guidelines #ObjectScript #InterSystems IRIS #InterSystems IRIS BI (DeepSee) #InterSystems IRIS for Health 6 2 0 85
Question Robert Barbiaux · Jun 27, 2024 VS Code client-side editing and class/package changes When using VS Code client-side editing in combination with a file-based revision control system such as git, I find activities such as branch switching and moving/renaming classes and packages a bit tedious, since you to maintain the connected namespace in sync manually. #InterSystems IRIS for Health 0 0 0 113
Article Robert Barbiaux · Feb 2, 2024 4m read Coding practices - to brace or not to brace Introduction #ObjectScript #InterSystems IRIS #InterSystems IRIS for Health 7 4 1 322
Question Robert Barbiaux · Sep 15, 2023 Routine names and UDL file names - case issues Hi,I am dealing with a very old code base (some routines date back to 1985 and were running on a M system 😉). It is rather huge and currently contains around 5000 compilable *.int routines. My goal is to export all routine code as *.int UDL files and setup a git repository containing all routines. #Caché #InterSystems IRIS 0 5 0 251
Question Robert Barbiaux · Jul 7, 2023 SAX XML Parser Error during SOAP request serialization (ERROR #6301: SAX XML Parser Error: <MAXSTRING>xeWrite+7) Hi everyone, This one had me breaking a sweat 😅 When a SOAP request has a %Stream.GlobalBinary property, it fails to serialize to base64 when stream is larger than ~43MB with ERROR #6301: SAX XML Parser Error: <MAXSTRING>xeWrite+7^%occXMLInternal Unless you enable the following parameters : #SOAP #InterSystems IRIS for Health 2 0 0 221
Question Robert Barbiaux · Oct 21, 2021 ObjectScript syntax highlighting support in GitLab GitLab is using the rouge ruby gem, that apparently does not support ObjectScript at the moment. Is there an easy way to add syntax highlighting to GitLab ? #VSCode 0 2 0 217