this post was submitted on 17 Aug 2024
715 points (95.2% liked)

Programmer Humor

37734 readers
634 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 6 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] CanadaPlus@lemmy.sdf.org 13 points 1 year ago* (last edited 1 year ago) (1 children)

It's near-universally regarded as a great prototyping language. For prod you should use something big-boy, like Java, or if you want to get fancy, Rust.

[–] _stranger_@lemmy.world 1 points 1 year ago (1 children)

The "Big Boys" use tests to gauge when code is production ready, they don't rely on a typing system and call it a day. I've seen monoliths made out of bash serve their purpose for years without a glitch, thanks to tests.

[–] CanadaPlus@lemmy.sdf.org 1 points 1 year ago

Tests are good too, although you can go overboard. You can write tests in Java or Rust or similar.