ValeLang / Vale

Compiler for the Vale programming language - http://vale.dev/
https://vale.dev/
Apache License 2.0
1.77k stars 53 forks source link

Proposal: Replacement 'foreach' keyword with 'for' #614

Open stepan-plaksin opened 1 year ago

stepan-plaksin commented 1 year ago

Context: 'Each' in keyword 'foreach' adds nothing for readability and doesn't make code more understandable. Proposal: Use keyword 'for' instead of 'foreach'