DEV Community

Discussion on: 10 rules to code like NASA (applied to interpreted languages)

Collapse
 
xowap profile image
Rémy 🤖

I'm not sure if you've already used goto but the few times where I thought that Dijkstra was wrong it felt like having main brains smashed in by a slice of lemon wrapped round a large gold brick. Whichever the language.

Collapse
 
elmuerte profile image
Michiel Hendriks

I have programmed in Basic. I have written code with line numbers. I have messed up that code.

Jumping to the wrong line was so easy, and so difficult to figure out.

Thread Thread
 
xowap profile image
Rémy 🤖

Those were simpler times 😢