DEV Community

Discussion on: Discuss: What's the one thing you hate about programming?

Collapse
 
brandinchiu profile image
Brandin Chiu

Baked-in "Syntatical sugar" and/or shorthands in languages.

Things like being able to write method parameters two different ways in ruby, or arrow functions in JavaScript.