Do you program in - or what do you prefer - right to left as in Arabic or left to right as in Latin ?
edit: I see now that the image was taken through a mirror, I thought it was right-to-left programming.
Despite Hebrew and Arabic being right-to-left languages, all coding is done in normal left-to-right Latin (really, English) programming frameworks.
As Dalia noted, all major programming languages are left-to-right with Latin alphabet, and their frameworks/SDKs/APIs are filled with English words for functions and classes.
This can be amusingly seen peeking through in PHP sometimes. The scope-resolution operator appears in the code as "Paamayim Nekudotayim" (double-colon in Hebrew, for non-speakers). You can see it in parse errors:
we keep it in LTR although some prefer to set up the IDE for their preferred latin based non english language. it's because some software messes RTL and the translations for the technical keywords in arabic are not standardized. For example I can't tell you what "Refactoring" would be translated to in arabic
My first assumption (which I guess was correct) was that the image was flipped, but then I got confused because I started looking closer and, while I could see some English syntax ("for { ..."), it also looked as if there were Arabic characters mixed in, so I wondered if it was some interesting mix, and also that they were rendering English RTL.
Then I realized that was much less likely than simply having flipped the image.