brettsmith on Nostr: super interesting take on detriments of using “clean code” methods: tldr — ...
super interesting take on detriments of using “clean code” methods:
tldr
— inefficient—
- polymorphism
- internals
- small functions
- functions do 1 thing
all slow performance by as much as 15x w/out implementing any specific performance enhancement features
—fine—
-dry
keep it it’s a good idea, doesn’t change performance
https://youtu.be/tD5NrevFtbU
tldr
— inefficient—
- polymorphism
- internals
- small functions
- functions do 1 thing
all slow performance by as much as 15x w/out implementing any specific performance enhancement features
—fine—
-dry
keep it it’s a good idea, doesn’t change performance
https://youtu.be/tD5NrevFtbU