| ▲ | bushbaba 2 hours ago | |||||||
Yes but it’s err not error. The variable and method names are meant to be concise and highly readable without the CS fluff of Java naming hell. | ||||||||
| ▲ | joaohaas 2 hours ago | parent [-] | |||||||
I don't think naming convention is the kind of stuff that helps save tokens, specially considering how text is tokenized. On the other hand, being able to write 'list.filter(v => v.selected)' (or something similar) instead of:
would save much more tokens. | ||||||||
| ||||||||