~ functions should only operate on one abstraction layer
β
π Clean Code
β
~ if you can factor a function's content into function(s) that aren't just a restating of the parent function's name, your function does too much
Backlinks
~ function content should only be one abstraction layer lower than the function
~ if you can factor a function's content into function(s) that aren't just a restating of the parent function's name, your function does too much
π Clean Code
Created at 2025-07-26, last modified at 2025-08-15.
This is a
Take
note.