this post was submitted on 10 Oct 2025
351 points (98.1% liked)
Programmer Humor
26817 readers
2869 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
If you think German C is bad imagine Czech PHP.
Had to refactor an entire custom Magento plugin written in it.
I found a random PHP file online and recreated your trauma:
Is this what it looked like? (I also took the liberty of replacing
$
with§
because of the Czech keyboard layout; FYI: yes we do have a$
available asAltGr
+ů
but§
is in the base layer; I would also replace the backtick/grève `, which is obtained by pressingAltGr
+š
once or twice (OS-dependent), with°
).Edit: BTW my first code was in the "Imagine" program, a Logo IDE with Czech localization (including syntax:
do
,vz
,vp
,vl
,puntík
,smaž
,domů
,příkaz
,konec
,piš
etc.). The documentation was piss-poor, I never learnt if it had arrays or code comments. The textbook I had didn't even mention variables, I only learned about them in a short PDF guide I found online. Before that, I would use pixels on the canvas as variables.Had my 10yo self received a Python runtime instead, I wouldn't be stimied by the "you don't need to pass arguments if every variable is global" mindset I'm still struggling to overcome. I found programming challenges online and was able to solve most theoretical ones, but Imagine was too limited to implement all but the basic practical ones, not to mention that it ran way slower than Python would. I was convinced that the lack of speed was mostly the hardware's fault and that I would need a low-level language like C++ to solve the 1000×1000 inputs in some puzzles. I got in touch with the challenge authors and they suggested Eclipse but I couldn't get it to work. I was too overwhelmed by the English interface and documentation and barely knew what a compiler was. I learnt decent English soon after but the fear of IDEs stayed, and eventually I turned towards electronics instead.
Thanks now I’m having flashbacks
Wow, I just learnt from your comment history that you likely don't even speak Czech. This must have been hell.
By the way, English not being my first language is one of the factors why I'm not a programmer, see the edit to the above comment.
Just needed a little bit of patience and a whole lotta Google Translate
There is something like this? 😂
Well, in PHP you cannot #define new words from some new language to mean basic language keywords.