@[email protected] to [email protected] • 16 days agoWhat is the smallest hill you would die on?message-square365fedilinkarrow-up1133
arrow-up1133message-squareWhat is the smallest hill you would die on?@[email protected] to [email protected] • 16 days agomessage-square365fedilink
minus-square@[email protected]linkfedilinkEnglish41•edit-215 days agovoid main() { //code } Is better than void main() { //code } Why would you want to put it on a separate line? Are you paid by the height of the source file or something?
minus-square@[email protected]linkfedilinkEnglish2•15 days agovoid main() { //code } No, all in one line baby!! I haven’t done JavaScript in a while but I think that will work. After coming from python I thought it was funny you could just put everything in one line.
minus-square@[email protected]linkfedilink2•15 days agoFor Javascript it’s () => { }. Lamba functions! Because at least it’s more readable than Perl.
Is better than
Why would you want to put it on a separate line? Are you paid by the height of the source file or something?
void main() { //code }
No, all in one line baby!! I haven’t done JavaScript in a while but I think that will work. After coming from python I thought it was funny you could just put everything in one line.
For Javascript it’s
() => { }
. Lamba functions! Because at least it’s more readable than Perl.Thanks, that makes more sense.