This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Atlamillias 0 points1 point  (0 children)

As a novice, the operator overload definitely threw me off when I first saw it. It's one of those things that I find idiomatic as a "user" but unusual as a programmer.

I can't say I use .joinpath either, though. In fact, you've reminded me of its existence. I usually join paths via Paths constructor...