Avoiding circular dependencies
Doing so can help you write code that's easier to update and delete.
Sep 26, 20236 min read45

Search for a command to run...
Articles tagged with #clean-code
Doing so can help you write code that's easier to update and delete.

A few days ago, I made a joke post regarding the recent Missouri teacher SSN leak. Some proposed that await would have been a better alternative to chaining .then, and that inspired this article about writing clean code. The Code Just gloss over thes...
