7 Matching Annotations
  1. Mar 2024
  2. Jul 2021
  3. Mar 2021
    1. But I believe the core philosophy of tiny modules is actually sound and easier to maintain than giant frameworks.
    2. "Functions Are Not Packages" - Well why not?
    3. Small modules are extremely versatile and easy to compose together in an app with any number of other modules that suit your needs.
    4. Write modules that are small. Iterate quickly.