Ask HN: Are Spaghetti Coders Immortal?
I mean if I write a noodle nest empire, will I be less likely to get laid off again?
It's also way more fun and cool to say "I'm working on my noodle nest" than "I'm working on my clean code."
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't waste time worrying about readability or maintainability. You just write, and let your code take on a life of its own.
Even better, learn assembly. Assembly++ noodle nest ++ kubernates == immortal ####
; This function calculates the factorial of n ; Don'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
####
7 comments
[ 2.3 ms ] story [ 21.3 ms ] threadif the noodle nest does not solve an important customer problem, it can be eaten or thrown out. being eaten or thrown out is not the pathway to immortality. it must provide an important business function or feature, yet resist low-risk modification or understanding.
immortality of a noodle nest that solves an important customer problem may be amplified by wrapping the noodle nest in a faux-OO shell. E.g. in C++, one could create a single "god" class, define a large amount of mutable state belonging to the class, and then distributing the noodle nest between dozens of methods that take no arguments, return no values, mess with the noodle state, and mutually recursively call each other. immortality of a faux-OO noodle nest wrapped inside a god object can be further enhanced by applying the GoF "monotheism" pattern to ensure there is only one god object instantiated at runtime.