tpapp / tpapp.github.io-pre-2022

test
1 stars 0 forks source link

post/2019-09-07-coding_style_retrospective/ #4

Open utterances-bot opened 3 years ago

utterances-bot commented 3 years ago

How my Julia coding style changed

https://tamaspapp.eu/post/2019-09-07-coding_style_retrospective/

cimentadaj commented 3 years ago

Hi! New comer to Julia here. I see that in the section 'Multi-liners as opposed to one-liners' you argue for more decoupling of intermediate steps. Is it acceptable in the Julia community to use the pipe |> for intermediate steps instead of saving them?

tpapp commented 3 years ago

Yes, it is mostly up to your individual coding style. Some people like |>.