Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
byte33067yUsed to do right always due to C# style, but GO forces the left and now changed to the left for most.
-
transform( fl1
, fl2
, lambda [ let( _a = val(a)
, _b = ref(b)
)
[ ++_b
, _a + arg1
]
]
) ()
;
Autoformating, please have mercy on my post.
BTW, that's a valid C++ code using boost.phoenix :D -
SAM416767yThe first one looks ugly to me.
The second one is much better for readability and structure.
Related Rants
Which one are you? I always like new line 😉
rant
programmer
spaces vs tabs
question
funny