Skip to content

Instantly share code, notes, and snippets.

@axurright
Created November 14, 2024 00:40
Show Gist options
  • Select an option

  • Save axurright/d65b4585ef4863f83ecaf85d39592091 to your computer and use it in GitHub Desktop.

Select an option

Save axurright/d65b4585ef4863f83ecaf85d39592091 to your computer and use it in GitHub Desktop.
A weird programming practice: Writing code in another language. (Because programming languages are normally in English)
vacío principal() {
meGustanLasVerduras = falso;
si (meGustanLasVerduras = verdadero) {
imprime("Bravo! Haces un buen trabajo");
} sino {
imprime("Enserio, BluePy, come tus benditas verduras.");
}
// This is not meant to be discriminatory, it's just something a little bit unheard of that might make code harder to read.
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment