InterSystemsDev via @like
"IF THEN - $SELECT - $CASE" – What is the best way? #Caché #CodingGuidelines
https://community.intersystems.com/post/if-then-select-case-what-best-way
  
  https://community.intersystems.com/post/if-then-select-case-what-best-way
InterSystems Developer Community
  
  "IF THEN - $SELECT - $CASE" - What is the best way?
  Hi all,I'm wonder what could be the best way convert the sentence "Switch" C# into Cache code. 
int caseSwitch = 1;
 
switch (caseSwitch)
{
case 1:
Console.WriteLine("Case 1");
b
  int caseSwitch = 1;
switch (caseSwitch)
{
case 1:
Console.WriteLine("Case 1");
b
InterSystemsDev via @like
CachéQuality updates and Roadmap #Caché #CodingGuidelines #DevelopmentEnvironment #Tools
https://community.intersystems.com/post/cach%C3%A9quality-updates-and-roadmap
  
  https://community.intersystems.com/post/cach%C3%A9quality-updates-and-roadmap
InterSystems Developer Community
  
  CachéQuality updates and Roadmap
  Hi Community!We are proud to annouce our latest release of CachéQuality to help you to find and solve coding errors, refactoring, help to follow you coding guidelines, etc. You can check the late
  InterSystemsDev via @like
  
New Application on #OpenExchange: CachéQuality – Static Source Code Analyzer for Caché #ObjectScript  
>> http://ow.ly/68SM30nh8Bz <<
#Caché #CodingGuidelines #DevelopmentEnvironment
  >> http://ow.ly/68SM30nh8Bz <<
#Caché #CodingGuidelines #DevelopmentEnvironment
InterSystemsDev via @like
  
[#BestPractice on #DeveloperCommunity] Writing better-performing loops in Caché ObjectScript >> http://ow.ly/RsTC50v0ZwE 
#Caché #ObjectScript #CodeSnippet #CodingGuidelines #TipsAndTricks
  #Caché #ObjectScript #CodeSnippet #CodingGuidelines #TipsAndTricks
