Clean Code Doesn'T Require Strong Typing

[!INFO]-
topic: ๐Ÿงน Clean Code
links: Clean code - write your code like an author writes a story
source: Clean Code | Udemy
tags: #permanent-noteย #published

Last Modified: =dateformat(this.file.mtime, "MMM. dd, yyyy - HH:mm")


Typing might seem like a good thing to write clean code, but it is actually not important. Types can help you to avoid errors and unexpected behavior, but you can use clean code principles with any language, with or without typing.