from Hacker News

Decomplexifying Curl

by lwhsiao on 10/27/24, 11:04 AM with 4 comments

  • by immibis on 10/27/24, 12:15 PM

    Focusing on cyclomatic complexity and function length just leads to spaghetti with meatballs code. You have to keep following different strands of pasta to find where the meat is, instead of having it all in one place, like hamburger code.