Lucas Simon
Lucas Simon's Blog

Lucas Simon's Blog

Follow
Follow
homebadgesnewsletter
Tag

clean code

#clean-code

More content

Read more stories on Hashnode


Articles with this tag

Avoiding circular dependencies

Sep 26, 20236 min read

Doing so can help you write code that's easier to update and delete. ยท A circular dependency is when two pieces of code (files, classes, functions, etc)...

Avoiding circular dependencies

Code Readability: Constraints

Oct 22, 20215 min read

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...

Code Readability: Constraints