TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Are Spaghetti Coders Immortal?

2 pointsby LangIsAllWeNeedabout 2 years ago
I keep hearing about clean code and telling myself I&#x27;m a clean coder...... but what about becoming an indispensable noodle nester? I&#x27;ve decided to make a draft of the steelman case for the noodle nest spaghetti monster approach:<p>I mean if I write a noodle nest empire, will I be less likely to get laid off again?<p>It&#x27;s also way more fun and cool to say &quot;I&#x27;m working on my noodle nest&quot; than &quot;I&#x27;m working on my clean code.&quot;<p>Neat little blocks hmm? With Noodle Nest method, your code can twist and turn in any direction, just like a bowl of noodles. With Noodle Nest, you don&#x27;t waste time worrying about readability or maintainability. You just write, and let your code take on a life of its own.<p>Even better, learn assembly. Assembly++ noodle nest ++ kubernates == immortal ####<p>; This function calculates the factorial of n ; Don&#x27;t try to understand how it works ; Just trust me fact: push rbp mov rbp,rsp mov rax,[rbp+8] cmp rax,[rbp+16] jne .L1 mov rax,[rbp+24] jmp .L2 .L1: inc [rbp+16] mul [rbp+16] mov [rbp+24],rax jmp fact .L2: pop rbp ret<p>####

2 comments

dfrankleabout 2 years ago
Respectfully, I don&#x27;t think writing spaghetti code is the key to immortality. While it might be fun and interesting, spaghetti code can be difficult to maintain and debug. It&#x27;s also not the most efficient way to write code. Clean code is important for readability and maintainability, which will make your code more efficient in the long run.
评论 #35006760 未加载
neximo64about 2 years ago
Does your noodle code solve a customer problem? Solving customer problems = immortality.
评论 #35018262 未加载
评论 #35006342 未加载