Conversation
Edited 1 month ago

writing code in Python is

  • 10% writing the code
  • 80% figuring out why it won’t work
  • 10% being suspicious of if it’s actually working this time

writing code in Rust is

  • 10% writing the code
  • 20% trying to decipher what the compiler is unhappy about
  • 15% googling compiler errors and getting even more confused
  • 30% forming and testing superstitions about the compiler
  • 20% changing your code randomly in the hopes that you can brute-force a solution that will compile
  • 5% giving up and writing it in Python instead
0
1
9