LEFT or RIGHT? #codingstyle #codingsyntax #codelayout
10
1
18
0
0
Download Image
@do_coder Left because then it's easy to match the open curly brace with its closing one. They line up in the same place on the line.
@do_coder Right is right, I feel an aversion to left somewhere in my soul
@do_coder I have vague memories of Left when I started writing Java long time ago😅, but now doing Right all the way 😁
@do_coder Highly depends on language developer came from, older folks are all with left side. I could not even easily read this code 😑