3 Comments
Jul 21Liked by Alex Pliutau

If the code syntax highlighting was there it will be more better to read code

Expand full comment
author

Exactly, the biggest limitation of Substack for me. That’s why I always share a repo as well.

Expand full comment

Hello, when it comes to DIP and: "In simpler terms, DIP advises that your code should depend on interfaces or abstract classes rather than concrete classes or functions."

This is not true, actually. When high- and low-level modules are mentioned they refer to business logic (rules) and infrastructure (e.g. database, web, external interfaces), not just language specific interfaces/abstract classes nor specific class implementations/functions.

Expand full comment