you are viewing a single comment's thread
view the rest of the comments
[–] 33 points 2 years ago (4 children)

I've learned python after CPP... And I can't #even remember all the cases when I thought "damn, I wish I could've just used pointers"

  • source
  • hideshow 8 child comments
  • [–] 16 points 2 years ago (1 child)

    I've been in industry for a decade, big tech for over 6 years. And I STILL fucking hate Python. I can write in it, but everything about it just feels wrong

  • source
  • parent
  • hideshow 2 child comments
  • [–] 4 points 2 years ago* (last edited 2 years ago)

    Similar story in our team with 2-15 YoE. We do TS and C# but recently did a hostile takeover of the API from one of our providers which is in python We all now fucking hate python. The codebase is fine, the language isn't.

  • source
  • parent
  • [–] 7 points 2 years ago

    Even our C++ guys won't touch my C code with all the pointer tricks and unions used for hidden castings. Whimps!

    But python has worse problems than lacking pointer. Have you ever copied a piece of code from an external source into a python source? It really can f-ck up everything if one has tabs and the other has spaces.

  • source
  • parent