• 2 Posts
  • 456 Comments
Joined 1 year ago
cake
Cake day: June 16th, 2023

help-circle



  • Yup. Part of what makes python so easy and fast is the lack of things built into languages so they are maintainable in a large project.

    Take duck typing. It’s so easy when you have a small project that can fully understood by a developer. Get into a big project with 10000 classes and you need explicit classes and interfaces just to understand what is going on.