this post was submitted on 13 Aug 2023
343 points (94.3% liked)

Programmer Humor

31259 readers
807 users here now

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

Rules:

founded 4 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] wgs@lemmy.sdf.org 10 points 11 months ago

I've recently started writing JS recently, after writing C, go, shell and ruby for years.

Ended up with this gem in my code:

var total = +qty + +pool[0] - +pool[1];

I hate it.