Fernando @zetalyrae·Apr 18I'm so traumatized by Python that every third line of code I write is a type check87911,715
Daniel@growing_daniel·Apr 18python was the first language I learned and most of what I code and I never understood this deep fear of type errors, it's pretty rarely an issue in practice84104
Fernando @zetalyrae·Apr 18I find that most problems are type errors. I like static types because I can be lazy and code by numbers.366
Fernando @zetalyrae·Apr 18Yes. I like to make tons of very narrow purpose-specific types to prevent as many errors as possible.430
Emily G@EmilyGorcenski·Apr 18I prefer to aim for very high test coverage, thereby creating a type system in reverse19
Daniel@growing_danielReplying to @EmilyGorcenski and @zetalyraesame tbh, I've put way more effort into testing because otherwise I can't sleep at night9:01 PM · Apr 18, 2022·Twitter Web App