moosetwin to [email protected]English • edit-21 year agoAntimemes rulelemmy.dbzer0.comimagemessage-square33fedilinkarrow-up1215arrow-down18cross-posted to: antimeme
arrow-up1207arrow-down1imageAntimemes rulelemmy.dbzer0.commoosetwin to [email protected]English • edit-21 year agomessage-square33fedilinkcross-posted to: antimeme
minus-square@amotiolink31•1 year agoI was for long a long time using Kernighan style, but recently switched to Allman. Everything is suddenly more readable. It’s a journey.
minus-square@[email protected]linkfedilinkEnglish3•1 year agoWon’t even compile in languages like Go though
minus-square@amotiolink5•1 year agoGood thing I dont use Go. Primarly php for work, c# for hobby racing game in unity.
minus-square@[email protected]linkfedilink3•edit-21 year agowhile (x == y) { func1(); func2(); } notice the newline
I was for long a long time using Kernighan style, but recently switched to Allman. Everything is suddenly more readable. It’s a journey.
This! Similar journey for me going from K&R to GNU!
Won’t even compile in languages like Go though
Good thing I dont use Go. Primarly php for work, c# for hobby racing game in unity.
while (x == y) { func1(); func2(); }
notice the newline
Bruh